N
Naz
Hi
I have 3 tables as follows
*tbl_employees*
empID
Name
JobRole
*tbl_Coursestaken*
empID
CourseTitle
Date
*Profile*
JobRole
CourseTitle1
CourseTitle2
CourseTitle3
CourseTitle4
CourseTitle5
The Profile table lists the madatory courses for each JobRole. I want to
create a query that for each job role tells me who has not been on which
mandatory course. So ideally i want name and mandatory course still to be
attended.
I know that an Unmatched query can do something similiar but i can't figure
out how to get it to work for more than 1 course (criteria).
Can anyone help.
Naz
I have 3 tables as follows
*tbl_employees*
empID
Name
JobRole
*tbl_Coursestaken*
empID
CourseTitle
Date
*Profile*
JobRole
CourseTitle1
CourseTitle2
CourseTitle3
CourseTitle4
CourseTitle5
The Profile table lists the madatory courses for each JobRole. I want to
create a query that for each job role tells me who has not been on which
mandatory course. So ideally i want name and mandatory course still to be
attended.
I know that an Unmatched query can do something similiar but i can't figure
out how to get it to work for more than 1 course (criteria).
Can anyone help.
Naz