G
Guest
I need to print a report for an employee (table1) that has taken different
seminars (table2) the names of the seminars are in another table (table2.1)
and the employees also has taken different exams (table3 and table3.1).
table1 and table2 are related with an IdEmployee field, but table3 is related
through another table (table4). I want to print all seminars and all exams
each employee has taken.
Also some employees haven't seminars or exams at all.
seminars (table2) the names of the seminars are in another table (table2.1)
and the employees also has taken different exams (table3 and table3.1).
table1 and table2 are related with an IdEmployee field, but table3 is related
through another table (table4). I want to print all seminars and all exams
each employee has taken.
Also some employees haven't seminars or exams at all.