I’m working on a payroll program for which I’ve also created a time sheet – due to hourly workers. It contains such
fields as: StartTime, EndTime, LunchBreak and NetTime (which obviously should be calculated)
Another problem is that I’m using marine time:
08:30 – 17:00 which calcs out to 7.30
but need to get this to 7.50 instead of 7.30 to use it to calculate pay, i.e., 7.50 x $16.00.
Also, I’ve used
Hours: Format([StartTime]-1-[EndTime],”Short Time”)
to calculate the difference between starting and ending times but can’t get lunch break to work with it in the query (because Hours is calculated). I tried moving it out of the query and into the report but I still get #ERR messages.
Seems like it should be very easy to do this but it just doesn’t want to work for me.
Any suggestions
Thanks
“CD”