Storing query parameter for use in a form chart

  • Thread starter Thread starter Lysy
  • Start date Start date
L

Lysy

I use parameters in a query to limit date ranges (ED - end
date and SD - start date. After all the queries are run,
including one make table query, the data is used for a
pareto chart. However, I cannot display the date range on
the chart - I need to find a way of doing it. I tried
using public function but I think am missing something.
Thank you.
 
Is the chart based on the table or a query?

It may be worth creating a Form to hold the start and end
dates..

Steve.
 
Back
Top