Corusgroup
IS-IT--Management
I have three tables in an Access database. Number 1 holds details of users registered on our intranet system with UserRef as key field. Number 2 holds details of all course on our intranet system with CourseCode as the key field. A third table is related to the other 2 by a UserRef field to table 1 and a CourseCode field to table 2. Each record in this third table holds details of access and progress for a particular course, by an individual person.
For audit purposes, particularly on Health & Safety training, I need to find people registered on the system, who have not undertaken particular courses, i.e. a record does not exist in the third table for a person against a course. I have tried, unsuccessfully, to use a variety of inner, right and left joins, but nothing seems to get the result needed.
Does anybody have any ideas, or am I asking too much of the system.
Thanks in advance
For audit purposes, particularly on Health & Safety training, I need to find people registered on the system, who have not undertaken particular courses, i.e. a record does not exist in the third table for a person against a course. I have tried, unsuccessfully, to use a variety of inner, right and left joins, but nothing seems to get the result needed.
Does anybody have any ideas, or am I asking too much of the system.
Thanks in advance