query for records from current date + plus ten days

F

F0zziebear

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
 
A

Allen Browne

In the Criteria row under your date field in query design, try:
Between Date() and Date() + 10
 
Top