How to setup a query that will show me all records <= 30 days

J

John Spencer (MVP)

Uhmm, the subject line is to give an idea of the problem and the details should
be contained in the body.

Guessing, here that you are using the query grid to build the query and you are
trying to query against a date field.

Field: YourDateField
Table: YourTableName
Criteria: <= Date() -30



Andi wrote:
 
K

Ken Snell [MVP]

Your question is incomplete. What is to be less than or equal to 30 days....
 
Top