Date criteria in querys

wildexodus

Registered User.
Local time
Today, 03:31
Joined
Feb 6, 2003
Messages
74
I have a date field in a query. How do i set the criteria so that the query searches for dates between today's date and the date 7 days from now?
 
In the criteria cell for the date, type:
Between Date() And Date()+7
 

Users who are viewing this thread

Back
Top Bottom