upthecreek
Technical User
Hi All,
I am attempting to write a query that will allow me to list all employees that do not have related records in another table.
* Empolyee Table (primary key is employeeID)
* Task Table (employeeID links to task_employeeID)
I need to find out which empolyees have no tasks in the task table.
I have tried many things but just can't get my head around it. Anyone have any ideas?
Thanks in advance,
Chris
I am attempting to write a query that will allow me to list all employees that do not have related records in another table.
* Empolyee Table (primary key is employeeID)
* Task Table (employeeID links to task_employeeID)
I need to find out which empolyees have no tasks in the task table.
I have tried many things but just can't get my head around it. Anyone have any ideas?
Thanks in advance,
Chris