Good morning everyone,
I'm looking to change what my chart data shows by adjusting the time criteria in my Query from the form the chart is located on.
In other words, my Query only provides data for what is currently written in the criteria.
Example : Field [CDate([date1] & " " & [time_at_catcher])]
Criteria [Between DateAdd("h",-2,Now()) And Now()]
Is there anyway to change the -2 in the criteria from my form, say from a drop down or text box????
I hope my question is clear.
Mike