Query Dates

M

Marla

Is there a function in a query to pull records for the
most recent date of a set of records?
Thanks
 
J

Joe Fallon

Sure.
Every query can accept Criteria.
So if your data has a field like StartDate you can use criteria like:

Or:
Between Date()-1 and Date()

Or any other combination you want.
 

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

Top