I have a training database; one table lists employees by titles and training required; the other lists employees by name and training completed. I would like to do a query finding out which training that is required but the employee had not received, how would I create that query?
Software/Hardware used:
ASKED:
February 26, 2013 1:44 PM
UPDATED:
February 26, 2013 2:07 PM
Would you tell us what software you are working in.
Could you give us a sample of the data in both tables.
Also, let us know what you have tried…
If your database is the way you described it (Title and RequiredTraining in one table; EmployeeName and CompletedTraining in the other table), then there is no way to create the query. The tables need to have something in common. It’s almost certain that you need to tell us more about the two tables or about some other table that you haven’t mentioned yet. There needs to be at least one table that links Title and EmployeeName together in some way. — Tom
Is this resolved?
so, you might try something like this …
but your minus should work .. if there are exact matches on both field values.. if you are still having issues please provide samples of your data.