L
lmac
I have a table called EmployeeDailyClockin where user enters their
daily clock-in and clock out times along with other info for their work
day. Users are required to have a daily entry for each Monday-Friday of
the work week. Currently, I run a report for each user, look for
missing daily entries, and let user know they have missing date entries
that they need to enter. How can I automate this so that I can run a
query or something that will check each user's entries to see if any
Monday-Friday dates are missing?
I created a 2nd table called RequiredEntryDates that has each required
entry date for 2006 (206 records):
Day..............Date
Monday.........01/02/06
Tuesday........01/03/06
Wednesday....01/04/06
Thursday........etc
Friday............etc
Monday..........01/09/06
Tuesday.........etc
I tried to use a "Find Unmatched Query" to compare the
RequiredEntryDates table to the EmployeeDailyClockin table to check for
missing dates but it is not working.
Any suggestions on how to make this work?
daily clock-in and clock out times along with other info for their work
day. Users are required to have a daily entry for each Monday-Friday of
the work week. Currently, I run a report for each user, look for
missing daily entries, and let user know they have missing date entries
that they need to enter. How can I automate this so that I can run a
query or something that will check each user's entries to see if any
Monday-Friday dates are missing?
I created a 2nd table called RequiredEntryDates that has each required
entry date for 2006 (206 records):
Day..............Date
Monday.........01/02/06
Tuesday........01/03/06
Wednesday....01/04/06
Thursday........etc
Friday............etc
Monday..........01/09/06
Tuesday.........etc
I tried to use a "Find Unmatched Query" to compare the
RequiredEntryDates table to the EmployeeDailyClockin table to check for
missing dates but it is not working.
Any suggestions on how to make this work?