G
Guest
I am working with a training db and each time a module is refreshed by a person a new entry is made. I want to keep the history records in the table though I also want to be able to view current details for each person.
My table has the following fields
- ID for person
- Code for Module
- Assessment Date
- Frequency
- Expiration Date
I have set up a parameter query to select records for individuals, however, I don't know how to select the latest record by date for each of their modules completed?
My table has the following fields
- ID for person
- Code for Module
- Assessment Date
- Frequency
- Expiration Date
I have set up a parameter query to select records for individuals, however, I don't know how to select the latest record by date for each of their modules completed?