Hi
I have a table which I need to find the latest entry date for each record where there are multiple entries for some of the people in the database. I'm using a query but it doesn't seem to be working correctly.
The fields are:
Unique Person ID
Name of School Attending
Start Date of Attending School
I need to find for each Unique Person ID the latest Start Date of Attending School and display the corresponding School Name for that date.
I've put the fields into a query and completed the following:
Unique Perso ID - Group
Start Date of Attending School - Max
Name of School Attending - Max
but I end up getting the wrong school for the Start Date of Attending School.
Can anybody help please.
Best Wishes
Angie
I have a table which I need to find the latest entry date for each record where there are multiple entries for some of the people in the database. I'm using a query but it doesn't seem to be working correctly.
The fields are:
Unique Person ID
Name of School Attending
Start Date of Attending School
I need to find for each Unique Person ID the latest Start Date of Attending School and display the corresponding School Name for that date.
I've put the fields into a query and completed the following:
Unique Perso ID - Group
Start Date of Attending School - Max
Name of School Attending - Max
but I end up getting the wrong school for the Start Date of Attending School.
Can anybody help please.
Best Wishes
Angie