I'm not sure if this should be in the Form or the Query section but I'll start here since you have to invoke the chart wizard from a form.
I have created a chart based on data from a crosstab query. The chart looks and works perfectly, however the data behind the chart creates 8 records that supply sales record for each person.
For example, here is the backend data that powers the chart:
Person Date Sales
Person1 1/2009 20
Person1 2/2009 25
Person1 3/2009 22
Person1 4/2009 18
Person1 5/2009 25
Person1 6/2009 14
Person1 7/2009 30
Person1 8/2009 24
Person2 1/2009 14
Person2 2/2009 21
etc...
So, for Person 1, I have a chart that shows Person1's sales for the 8 month time frame and it works great. However, since my chart is powered by this table, I get 7 more IDENTICAL charts before it moves on to Person2.
Is there anyway I can only show ONE chart per Person?
I have created a chart based on data from a crosstab query. The chart looks and works perfectly, however the data behind the chart creates 8 records that supply sales record for each person.
For example, here is the backend data that powers the chart:
Person Date Sales
Person1 1/2009 20
Person1 2/2009 25
Person1 3/2009 22
Person1 4/2009 18
Person1 5/2009 25
Person1 6/2009 14
Person1 7/2009 30
Person1 8/2009 24
Person2 1/2009 14
Person2 2/2009 21
etc...
So, for Person 1, I have a chart that shows Person1's sales for the 8 month time frame and it works great. However, since my chart is powered by this table, I get 7 more IDENTICAL charts before it moves on to Person2.
Is there anyway I can only show ONE chart per Person?