Hi everyone,
I'm having problems with a query.
I've got a table with the following fields in my Employee table:
EmployeeID, FirstName, LastName, SupervisorID
I'm trying to create a query that will pull the following information about all the employees:
FirstName, LastName, {Supervisor...