Hi All,
I have a query that shows what training an employee has, how would I go about showing what training he/she does not have in a query.
(Indicates Primary Key On Each Table)
I have a list of training courses in a table called tblCourses (CourseID)
I have a table called employees called tblEmployees (OracleNo)
And I have a table were the information is stored called tblTraining (OracleNo)
On a query I just used the tblTraining to get what he/she is trained in but how would I approach not trained in.
I hope you can help, like you always have
I have a query that shows what training an employee has, how would I go about showing what training he/she does not have in a query.
(Indicates Primary Key On Each Table)
I have a list of training courses in a table called tblCourses (CourseID)
I have a table called employees called tblEmployees (OracleNo)
And I have a table were the information is stored called tblTraining (OracleNo)
On a query I just used the tblTraining to get what he/she is trained in but how would I approach not trained in.
I hope you can help, like you always have
