limit records by 60 days

  • Thread starter Thread starter Bill Ciaburri
  • Start date Start date
B

Bill Ciaburri

I wish to write a query to show me only referrals sent more than 60 days
ago.I use the short date in my table.I would like to run this query once a
month to check on still open referrals that are older than 60 days,so
instead of using a Between parameter I would like a criteria that will look
for dates 61 days and more than the day I'm running the query.What should I
write as the criteria?
 
Back
Top