W wildexodus Registered User. Local time Today, 03:31 Joined Feb 6, 2003 Messages 74 Apr 22, 2003 #1 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?
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?
R raskew AWF VIP Local time , 21:31 Joined Jun 2, 2001 Messages 2,734 Apr 23, 2003 #2 In the criteria cell for the date, type: Between Date() And Date()+7