I have to look up employees one at a time from our employee table - then I have to look up (query) that employee's supervisor - the unique identifier for the first query is EmpID - and when the query returns the record for that employee, it shows the SupID (The employee's supervisor's EmpID) - so I have to make a note of the employee's supervisor's employee ID, then run a query using the original employee's supervisor's employee ID as the criteria.
Is there a way to have the record from tblEmployee for the employee I'm querying on, and include in the record set that employee's supervisor as well ?
I would think there would be, but I can't get the syntax right
Any help would be greatly appreciated.
Steve
