Hi
I have an intermediate/junction table that records the status of a job candidate and the date that the status was reached. The logic is that the most recent date/time is the current status. So, I'd like to build a query and then pass this to a field in the Candidate table.
The intermediate/junction table is made up like this
Candidate_Status_ID
Candidate_ID
Status_ID
Status_Date
Ive created a simple query and in the Status_Date field Ive used the MAX function but its still showing all the dates relating to that candidate. See the attachment

How do I then pass that STATUS value (not the date) to a text box ?
I have an intermediate/junction table that records the status of a job candidate and the date that the status was reached. The logic is that the most recent date/time is the current status. So, I'd like to build a query and then pass this to a field in the Candidate table.
The intermediate/junction table is made up like this
Candidate_Status_ID
Candidate_ID
Status_ID
Status_Date
Ive created a simple query and in the Status_Date field Ive used the MAX function but its still showing all the dates relating to that candidate. See the attachment
How do I then pass that STATUS value (not the date) to a text box ?