restricting data in a chart

  • Thread starter Frustrated in Formland
  • Start date
F

Frustrated in Formland

I have one query from which I would like to produce multiple charts. Is
there a way to filter the chart for a specific value, rather than having a
query for each chart.

any help would be appreciated.
 
J

jl5000

If the criteria is in the report/form, you can have the record source in the
report link to that criteria, so you create only one generic query holding
your chart data, and filtering it at the report/form level
 
Top