Stephen has attended:
Access Intermediate course
Qry to select most recent order only
Can you please advise me as to which function I would use to select the most recent order date for a customer with a history of orders?
RE: Qry to select most recent order only
Try
=Last(expr)
Where "expr" is the name of the date field
Regards
Richard