Date Range

W

Wendy

I am trying to set a date range to open a report and I can't figure out how
to do it.
 
F

fredg

I am trying to set a date range to open a report and I can't figure out how
to do it.

Here is the basic method.
Create a query to be used as the report's record source.
As criteria on the DateField, write:
Between [StartDate] and [EndDate]

When you open the report, it will prompt you to enter the 2 dates.
 
Top