Deborah has attended:
Access Intermediate course
Query Criteria
How do you run a query to select the most recent date added?
RE: Query Criteria
To select the most recent record use the LAST function
=Last(expr)
Where "expr" is the field you want to look in.
It would find the most recently entered record.