Useing dates for reporting

N

Neal

I have a querie that I need to turn into a report. However I would like to be
able to choose a date range for the report. I have a date field in the
querie? Any ideas?
 
F

fredg

I have a querie that I need to turn into a report. However I would like to be
able to choose a date range for the report. I have a date field in the
querie? Any ideas?

On the criteria line of that date field write:

Between [Start Date] and [End Date]
 
Top