Date Calc/Criteria

  • Thread starter Thread starter Anthony Viscomi
  • Start date Start date
A

Anthony Viscomi

I am trying to filter records via a query; the query has a Date field
"DueDate". I would like to display the records that meet the following date
criteria:

<Now()
Now() but only 10 days into the future

Thanks in advance!
Anthony
 
Do you mean this criteria:

<Now() Or >Now()+10

Anthony said:
I am trying to filter records via a query; the query has a Date field
"DueDate". I would like to display the records that meet the following date
criteria:

<Now()

Thanks in advance!
Anthony
 
In the query, on one criteria line enter <Now() and on another criteria line
enter Now()+10.

Anthony said:
Actually I mean this:

<Now() Or =Now()+10
Do you mean this criteria:
[quoted text clipped - 10 lines]
 
Back
Top