Date range II

D

Dennis Que

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

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.
 
D

Dennis

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
 
Top