I have an emplyee training dbase, where employees are assigned to departments (Emp can only be member of one Dep).
Emp<---Dep
Departments require Trainings (more than one per department)
Dep--->Trng
Training sessions are set up with multiple trainings and employees per session
Session--->Trng
--->Emp
I end up with sets of data from several tables and sub tables. Completed Trng per Emp and required Trng per Emp.
What is the easiest way to compare the Emp required Trng with the Emp completed Trng?
Thanks for your help!
AJO
Emp<---Dep
Departments require Trainings (more than one per department)
Dep--->Trng
Training sessions are set up with multiple trainings and employees per session
Session--->Trng
--->Emp
I end up with sets of data from several tables and sub tables. Completed Trng per Emp and required Trng per Emp.
What is the easiest way to compare the Emp required Trng with the Emp completed Trng?
Thanks for your help!
AJO