G
Guest
Here's what I got
Table 1:
name=Employees
key=EmployeeID
fields=address, phone, active/inactive
Table 2:
name=Trainings
key=EmployeeID, Training
Fields=Date taken, Late(yes/no), Previous Due Date, Date Turned in/Taken if late
The last two fields are only used if the late box is marked yes, then the previous due date becomes the expiration date that was on the form
Table 3:
name=Training List
key=Training
That is the only field I have in that table since each class is unique. I have several courses listed under that field. Examples, CPR, 1st Aid, Med Level, PDT, PBS. So the way it stores it on the Training table is: Employee ID, Training, Date Taken.
What I want to be able to do is run a qeury that will pull up the names of employees who are missing trainings and have it list something. I want it to say list the name and the trainings that name has not had, i.e John Doe, CPR and 1st Aid. I cannot for the life of me get this to work how I want it. I can get one to work pulling up only one of the trainings, but how can I get it to list all the trainings that person hasn't taken??
Table 1:
name=Employees
key=EmployeeID
fields=address, phone, active/inactive
Table 2:
name=Trainings
key=EmployeeID, Training
Fields=Date taken, Late(yes/no), Previous Due Date, Date Turned in/Taken if late
The last two fields are only used if the late box is marked yes, then the previous due date becomes the expiration date that was on the form
Table 3:
name=Training List
key=Training
That is the only field I have in that table since each class is unique. I have several courses listed under that field. Examples, CPR, 1st Aid, Med Level, PDT, PBS. So the way it stores it on the Training table is: Employee ID, Training, Date Taken.
What I want to be able to do is run a qeury that will pull up the names of employees who are missing trainings and have it list something. I want it to say list the name and the trainings that name has not had, i.e John Doe, CPR and 1st Aid. I cannot for the life of me get this to work how I want it. I can get one to work pulling up only one of the trainings, but how can I get it to list all the trainings that person hasn't taken??