I am creating a form and need to include a data chart that only has one point. I want to use the data from a query I created to populate the graph. It would be just a simple XY graph. Normally I would just pick the data point that I need and be done with it, but I have over 500 data points and more on the way. I want to organize the graphs by "FieldA" and be able to cycle through any value in "FieldA" and have the graph give me the corresponding points which are located in "FieldB" and "FieldC" respectively. Thanks for the help!