If i were to guess i would say this is probably something easy for the people here however ......
I have created a Db to track training within my company. I created several tables as to not make redundant records. The problem is i can easily pull out training that has been completed but also need to get a list of employees who have not completed a specific training module. The tables in question are as follows.
EmployeeMain: Table
SAP - Long Integer - Primary Key
LastName - Text
FirstName - Text
Onsite - Y/N
Off Site - Y/N
EmployeeDepartment: Table
SAP - Long Integer - Primary Key - 1 to 1 with EmployeeMain - PK
Department - Lookup From Department list table
Supervisor - Lookup
Manager - Lookup
JobTitle - Lookup
Section - Lookup
HireDate - Short Date
Site - Lookup
EmployeeTraining: Table
ID - Autonumber - PK
SAP - Long Integer - 1 to Many with EmployeeMain
Course - Lookup
CourseDate - Short Date
As you can see i put the training in and can retrieve training completed easily. I cannot seem to figure out how to get a list of the people who have not completed a particular training module out though. Is this possible? If so, can someone please lead me in the right direction?
I appreciate any help i can get on this.
P.S. i am an Access Rookie so be explicit please.
I have created a Db to track training within my company. I created several tables as to not make redundant records. The problem is i can easily pull out training that has been completed but also need to get a list of employees who have not completed a specific training module. The tables in question are as follows.
EmployeeMain: Table
SAP - Long Integer - Primary Key
LastName - Text
FirstName - Text
Onsite - Y/N
Off Site - Y/N
EmployeeDepartment: Table
SAP - Long Integer - Primary Key - 1 to 1 with EmployeeMain - PK
Department - Lookup From Department list table
Supervisor - Lookup
Manager - Lookup
JobTitle - Lookup
Section - Lookup
HireDate - Short Date
Site - Lookup
EmployeeTraining: Table
ID - Autonumber - PK
SAP - Long Integer - 1 to Many with EmployeeMain
Course - Lookup
CourseDate - Short Date
As you can see i put the training in and can retrieve training completed easily. I cannot seem to figure out how to get a list of the people who have not completed a particular training module out though. Is this possible? If so, can someone please lead me in the right direction?
I appreciate any help i can get on this.
P.S. i am an Access Rookie so be explicit please.
