I have 2 tables.
1 table with a list of employee details including called EMPDET.
1 table with a list of transaction details called EMPTRANS.
The primary key for both tables is the EMPID.
EMPTRANS has many records relating to a week number, which has many week numbers in it.
What I am trying to create is an exception query so that I can find where an employee hasn't got an entry against a specific week nr. I can do it the other way around and find where an employee has an entry in the table for a specific week nr, but really need to reverse it which I am having great difficulty with!
I have tried the unmatched query wizard which is fine, but this finds unmatched records for the whole table and not just for unmatched records for a specific WEEKNR.
Many thanks for taking the time to read my post, and any assistance would be greatly received.