T
T. Wilson
Hello,
Assuming a table with multiple fields, one of which contains the date, is
there a way to structure an Access query so that it returns only the one
most recent record?
For example, a table with the following fields...
Date
VehicleID
ServiceDescription
with the following sample records...
01/01/2004 01001 Oil Change
02/03/2004 01001 Oil Change
02/10/2004 01001 Air Filter Change
If I wanted to know when the most recent Oil Change occured, could I
structure a query that would return just that one record?
Thanks,
Todd
Assuming a table with multiple fields, one of which contains the date, is
there a way to structure an Access query so that it returns only the one
most recent record?
For example, a table with the following fields...
Date
VehicleID
ServiceDescription
with the following sample records...
01/01/2004 01001 Oil Change
02/03/2004 01001 Oil Change
02/10/2004 01001 Air Filter Change
If I wanted to know when the most recent Oil Change occured, could I
structure a query that would return just that one record?
Thanks,
Todd