S
Sabosis
Hello-
I am having trouble narrowing down my select query results to only
show the last instance by date for each employee. I am trying to
return the last write up for each employee.
EmpName WUDate WUType WULevel
Joe Smith 09/25/08 Attendance 1
Joe Smith 10/15/08 Attendance 2
Josh Wilson 08/14/08 Attendance 1
Josh Wilson 10/25/08 Attendance 2
Josh Wilson 11/10/08 Attendance 3
What I want is to only return the level 2 entry for Joe Smith, and the
level 3 entry for Josh Wilson. How is this done?
I am having trouble narrowing down my select query results to only
show the last instance by date for each employee. I am trying to
return the last write up for each employee.
EmpName WUDate WUType WULevel
Joe Smith 09/25/08 Attendance 1
Joe Smith 10/15/08 Attendance 2
Josh Wilson 08/14/08 Attendance 1
Josh Wilson 10/25/08 Attendance 2
Josh Wilson 11/10/08 Attendance 3
What I want is to only return the level 2 entry for Joe Smith, and the
level 3 entry for Josh Wilson. How is this done?