Each record tracks the following information for one day for each employee: The unique employee ID # (so it's relational), and auto enters the following: employee's first name, last name, social security #, department worked, start time, end time, and lunch (Y/N). In addition, it calculates hours worked for the day and there are two pop-up fields which I will enter manually, one for absence code and one for "closed" (such as terminated, quit, moved out of area, etc.)
So to make is simple for now, if I have 5 employees (I will be working with hundreds, but that's not the issue right now), I will have five records per day to track the Hours Worked for each employee, 25/week, and so forth in this database.
Given this setup (which I can modify, it's my database!) how can I find employees who have no absences in a certain time period? Perfect attendance is one of many good indicators for raises and promotions, so this is not just for a certificate and a photo
Thanks!
Russ Conte