C
Cheryl
I'm not sure what direction to take to set this up
properly.
Meals are allowed per shift in the following manner:
TimeWorked <=24 hours = 1 meal for every 8 hours.
Time Worked >=24 hours = 1 meal for every 4 hours, or a
portion thereof.
The answer I want to see here is "Total number of meals
per shift". Sometimes a shift could include hours and
minutes, so I need to be able to round up or down,
accoring to the portion of an hour worked, below the 24
hour period and beyond 24 hour period.
I'm not sure if I should create a query to achieve this,
or have a calculated control in a form, or something else
entirely?
Either way, at year end, I want to be able to print a
report that will show the total number of meals per year.
Thanks
Cheryl
properly.
Meals are allowed per shift in the following manner:
TimeWorked <=24 hours = 1 meal for every 8 hours.
Time Worked >=24 hours = 1 meal for every 4 hours, or a
portion thereof.
The answer I want to see here is "Total number of meals
per shift". Sometimes a shift could include hours and
minutes, so I need to be able to round up or down,
accoring to the portion of an hour worked, below the 24
hour period and beyond 24 hour period.
I'm not sure if I should create a query to achieve this,
or have a calculated control in a form, or something else
entirely?
Either way, at year end, I want to be able to print a
report that will show the total number of meals per year.
Thanks
Cheryl