Coleman984
Registered User.
- Local time
- Today, 00:12
- Joined
- Jul 28, 2011
- Messages
- 89
I have found a few things on this on the internet but none of it makes sense to me. I need a query that will look for persons that are missing jobs. The setup is as follows:
tblEmployee contains the following fields:
pkEmployeeID as Autonumber
txtFName as text
txtLName as text
EmpIDNo as number
dteHire as date/time
fkDeptID as number
dteInactive as date/time
tblEmployeeJobDescriptions contains the following fields:
pkEmpJobDescID as Autonumber
fkEmployeeID as Number
fkJobDescID as Number
What I need to do is find when an employee that is found in tblEmployee but is either not found in tblEmployeeJobDescriptions or the field fkJobDescID is blank.
tblEmployee contains the following fields:
pkEmployeeID as Autonumber
txtFName as text
txtLName as text
EmpIDNo as number
dteHire as date/time
fkDeptID as number
dteInactive as date/time
tblEmployeeJobDescriptions contains the following fields:
pkEmpJobDescID as Autonumber
fkEmployeeID as Number
fkJobDescID as Number
What I need to do is find when an employee that is found in tblEmployee but is either not found in tblEmployeeJobDescriptions or the field fkJobDescID is blank.