P
Paul
I have a table that has the following fields
K_ID (Primary Key)
C_ID (Foreign Key)
Date
I want to return the record with the most recent Date for
each C_ID and include the K_ID. I've tried using the
Totals query using both last and max but the query always
returns every record.
How can I return the record with the most recent date for
each C_ID?
Thanks for any help anyone can give!!
K_ID (Primary Key)
C_ID (Foreign Key)
Date
I want to return the record with the most recent Date for
each C_ID and include the K_ID. I've tried using the
Totals query using both last and max but the query always
returns every record.
How can I return the record with the most recent date for
each C_ID?
Thanks for any help anyone can give!!