veebs
10-28-2009, 05:07 PM
Hi all,
Long time reader, first time poster. I'm in a bit of a pickle...
I have what is essentially a one-to-many database, used to track training completed on an industrial site. The 'one' side stores the employee name, birthdate, address, etc. The 'many' is a list of training they have completed, and the date they completed it. The training options are based on a list stored in a third table (ie, the data admin is allowed to chose only pre-defined training packages).
I've been asked to include a report, which will return the names of all personnel in the system who have not completed a given item of training. In other words, show all 'One' records, that don't have a particular 'Many' related to them.
Any ideas?
Edit: I'm using Access 2007
Long time reader, first time poster. I'm in a bit of a pickle...
I have what is essentially a one-to-many database, used to track training completed on an industrial site. The 'one' side stores the employee name, birthdate, address, etc. The 'many' is a list of training they have completed, and the date they completed it. The training options are based on a list stored in a third table (ie, the data admin is allowed to chose only pre-defined training packages).
I've been asked to include a report, which will return the names of all personnel in the system who have not completed a given item of training. In other words, show all 'One' records, that don't have a particular 'Many' related to them.
Any ideas?
Edit: I'm using Access 2007