query for records from current date + plus ten days

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to run a query (for a report) that shows all the actions to be
completed in the next days. I have managed to get as far as filter all
records for those with action target dates from the current date, but can't
seem to limit it to the next ten days.

Please advise ona solution as I'm getting frustrated here
 
In the Criteria row under your date field in query design, try:
Between Date() and Date() + 10
 

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