Query to Select This Week

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Our business weeks run from Monday to Sunday. Is there any way to create a
query that filters a date field so that it only returns records with a date
= *last* Sunday.

e.g. >=Sunday 31st July 05

and if I run the query next Tuesday it will return records >= Sunday 7th
August 05

Obviously want these queries so that they can be run each week without dates
having to be manually entered or hard coded.

Thanks in advance.
 
Mike~

Try:
=<Now()-7

~Lori

Mike said:
Our business weeks run from Monday to Sunday. Is there any way to create a
query that filters a date field so that it only returns records with a date

e.g. >=Sunday 31st July 05

and if I run the query next Tuesday it will return records >= Sunday 7th
August 05

Obviously want these queries so that they can be run each week without dates
having to be manually entered or hard coded.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top