
Originally Posted by
Lockrin
I am going to make this as simple as I can
I have a Position table that has a one to many relationship to a Courses table. You need to have certain courses to obtain a "position"
I then have an employee table with a one to many relationship to the same courses table. I need to create a query that will show ONLY the employees that have completed ALL of the courses that the particular position calls for.
I think I have explained this Ok.
Please Help! I cannot figure this one out.