D Dennis Que Jun 9, 2005 #1 Is there a way to have date range in a report? Where you can put in the startdate then endate, then run the REPORT?
Is there a way to have date range in a report? Where you can put in the startdate then endate, then run the REPORT?
R Rick B Jun 9, 2005 #2 I would put it in my query under the date field... Between [EnterStartDate] and [EnterStopDate] You could also apply it as a filter to your report.
I would put it in my query under the date field... Between [EnterStartDate] and [EnterStopDate] You could also apply it as a filter to your report.
G Guest Jun 9, 2005 #3 You can run your report from a button on a form. On this form you can have 2 date fields with your start and end dates entered. Your report can be based
You can run your report from a button on a form. On this form you can have 2 date fields with your start and end dates entered. Your report can be based