Ok, considering the approaching holiday and severe braincramping as a side effect, I'm stuck on what I thought would be a very simple query.
The table stores EmployeeID, EvalID, CompletionDate. I need to pull the record for each employee's latest completion date. i.e. if each employee has 4 records, I need the record for each employee with the lastest CompletionDate.
The table stores EmployeeID, EvalID, CompletionDate. I need to pull the record for each employee's latest completion date. i.e. if each employee has 4 records, I need the record for each employee with the lastest CompletionDate.