I have an Employee table and a PhoneMonitor table which are linked by the EmpID field in the Employee table. I can then pull the FirstName and LastName fields from the Employee table based on the EmpId field in the PhoneMonitor table. This gives me the name of the person who's phone call was monitored.
There is another field in the PhoneMonitor table called Monitor. This field contains the EmpId of the person who monitored the phone call. How can I pull the FirstName and LastName fields from the Employee table for the monitor. When I link the EmpId from the Employee table to both the EmpID and Monitor fields in the PhoneMonitor table I don't get desired results.
Any ideas??
There is another field in the PhoneMonitor table called Monitor. This field contains the EmpId of the person who monitored the phone call. How can I pull the FirstName and LastName fields from the Employee table for the monitor. When I link the EmpId from the Employee table to both the EmpID and Monitor fields in the PhoneMonitor table I don't get desired results.
Any ideas??