Query using date to calculate 60 days back

Kaym345

New member
Local time
Today, 10:01
Joined
Jun 6, 2012
Messages
1
Can someone help me write a query that will allow me to enter a date with a parameter, then pull all records that are 60 days past that date entered?

For example, if I enter a date of 6/6/2012, I want it to pull all the records that have a date of April 8th, 7th, 6th....or later.
 
In the criteria for the date field type:
Code:
>[Enter Date]-60
 

Users who are viewing this thread

Back
Top Bottom