I have to create a query that list Emp. who have not recieved training. My tables and fields are listed.
Employee Training Courses
Emp.# emp.# course#
name course# course length
dept corse date
How do I just list the ones that dont have training, I have refertial entegrity enforced on relationships also.
Employee Training Courses
Emp.# emp.# course#
name course# course length
dept corse date
How do I just list the ones that dont have training, I have refertial entegrity enforced on relationships also.