I am working on an hours tracking log. The users/employees submit their hours at the end of the day to determine pay. I am trying to generate a report to show which employees did not submit their hours on any given day, and I need the report to be generated and filled by entering a date in a text field, comparing that date with a DB of all the entries made, comparing those entries with the employee roster (separate DB), and showing those employees without an entry for the specified date. Any help would be appreciated. The employee roster and the Hours DB are already created separately and linked to the form being used.
Tables are as Follows:
Employee Submissions (hours log)
Roster
Necessary Field in the Employee Submissions Table is "Date"
Necessary Field in the Roster Table is "Full Name"
Tables are as Follows:
Employee Submissions (hours log)
Roster
Necessary Field in the Employee Submissions Table is "Date"
Necessary Field in the Roster Table is "Full Name"
Comment