date range

toddbingham

Registered User.
Local time
Today, 13:13
Joined
Jul 8, 2003
Messages
93
How do I have a report select record from a query based on a range?
I have a query that has a date field, I want to select records based on that date field from a date to a date (8/20/2003 to 8/25/2003).

Thanks.
 
In your query enter the criteria Between [start date] and [end date]
 
OK, after I select a range, how do I ave the values that I input print on the report somewhere for reference?

Todd
 
=[start date] & [end date] will display the selected dates on your report.
 

Users who are viewing this thread

Back
Top Bottom