To all:
I have several reports that use dates to filter the data.
Right now i am using datepicker to select a date and then store on a form variable.
Then in the report data query I use >= [forms]![viewreports]![begindate]
This works, but what I would like to be able to do is the following.
use date picker to select a date
store the selected date into a global report variable.(vrpt_begindate)
Then in the report data query I use >= [vrpt_begindate]
I have tried the on load in the report, but I cannot get it to see the variables.
Thanks
Charlie Crimmel
I have several reports that use dates to filter the data.
Right now i am using datepicker to select a date and then store on a form variable.
Then in the report data query I use >= [forms]![viewreports]![begindate]
This works, but what I would like to be able to do is the following.
use date picker to select a date
store the selected date into a global report variable.(vrpt_begindate)
Then in the report data query I use >= [vrpt_begindate]
I have tried the on load in the report, but I cannot get it to see the variables.
Thanks
Charlie Crimmel