R
Ray S.
I maintain a database that tracks employee hours entered into time-sheets. In
essence, one column accumulates the number of hours entered daily. Another
column tells me the number of hours each employee is required to enter weekly
(for example, 40). I set up a couple of parameters (Start Date and End Date).
I can then easily collect the hours entered by an employee for a week and
compare that with his required weekly hours. An automated mail merge sends
emails notifying each employee who has missing hours.
My problem is this. I want to create a query that collects the entered hours
for a monthly fiscal closing. Months can vary. Sometimes they are three weeks
long, other times four, or even five. I want to enter the Start Date and End
Date for that monthly period and compare the total hours entered in the month
by each employee to what would be the total hours required of him for that
period. I can't figure how to sum up the required weekly hours (e.g., 40) to
the total relevant monthly hours that would be required. I don't know if I'm
clear enough on this. Can anyone help me?
essence, one column accumulates the number of hours entered daily. Another
column tells me the number of hours each employee is required to enter weekly
(for example, 40). I set up a couple of parameters (Start Date and End Date).
I can then easily collect the hours entered by an employee for a week and
compare that with his required weekly hours. An automated mail merge sends
emails notifying each employee who has missing hours.
My problem is this. I want to create a query that collects the entered hours
for a monthly fiscal closing. Months can vary. Sometimes they are three weeks
long, other times four, or even five. I want to enter the Start Date and End
Date for that monthly period and compare the total hours entered in the month
by each employee to what would be the total hours required of him for that
period. I can't figure how to sum up the required weekly hours (e.g., 40) to
the total relevant monthly hours that would be required. I don't know if I'm
clear enough on this. Can anyone help me?