Hello all,
I would like to find the most recent questionnaire score for a client.
I see there are various posts related to this on the forum, but mots responses are in SQL - I am trying to do this in Access 2002 query design view.
In basic form, I have two main tables - clients and sessions.
Clients contains ID and name.
Sessions looks up ID and name from the clients table, and has session_date and score.
I can use max of date in query design to show the most recent session, but how do I just get it to show the most recent score, rather than scores of all sessions?
Thanks for your time,
notfound
I would like to find the most recent questionnaire score for a client.
I see there are various posts related to this on the forum, but mots responses are in SQL - I am trying to do this in Access 2002 query design view.
In basic form, I have two main tables - clients and sessions.
Clients contains ID and name.
Sessions looks up ID and name from the clients table, and has session_date and score.
I can use max of date in query design to show the most recent session, but how do I just get it to show the most recent score, rather than scores of all sessions?
Thanks for your time,
notfound