I want to display a From Date and a To Date on a report. I have a date field in the query. Can i do this from a Form that then runs the query and can the form then run the report?
I want to display a From Date and a To Date on a report. I have a date field in the query. Can i do this from a Form that then runs the query and can the form then run the report?
Pass the dates to the Report in the OpenArgs argument of the OpenReport command.