date query

  • Thread starter Thread starter fishqqq
  • Start date Start date
F

fishqqq

Can someone suggest how to take a date field and search for all
records that are => 3 months from today?

i'm not sure how to handle this and the expression help doesn't have
an example of this either.
thanks
Steve
 
Can someone suggest how to take a date field and search for all
records that are => 3 months from today?

There is no => operator. Do you mean all records between today and three
months in the future? all records later than three months in the future? or
something else?
i'm not sure how to handle this and the expression help doesn't have
an example of this either.

For all records later than three months from today (i.e. June 2, 2009 and
beyond) use a criterion on the date field of
 

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

Similar Threads

DATE EXPRESSION 4
Use DATE in query expression 1
Update query with date criteria 3
Between Dates Parameter Query 13
query filter for end of current month 3
Date Query 2
forms and queries 4
grouping quarters 3

Back
Top