Hello,
I have a query result that looks like this:
StudentID EmplID
210739 3003
210739 E10534
210739 E15953
I want to further query this record to look like this:
StudentID Job1 Job2 Job3
210739 3003 E10534 E15953
I can get Job1 and Job2 using Min/Max but, I'm not sure how to get the third job. Thank you in advance.
I have a query result that looks like this:
StudentID EmplID
210739 3003
210739 E10534
210739 E15953
I want to further query this record to look like this:
StudentID Job1 Job2 Job3
210739 3003 E10534 E15953
I can get Job1 and Job2 using Min/Max but, I'm not sure how to get the third job. Thank you in advance.