C
CarlieCumner
I'm trying to make a report that i can use to calculate our weekly wages, so
far ther report is draging info from a table where we enter our employees job
dockets. However we might have two dockets for the same employee for the same
day. I've tried using a Running Sum, which will give me the total hours for
the day, but as overtime rates come into affect for anything over 7 hours
worked in one day, I need to be able to take the end result of the Running
Sum for a particular and take 7 from it to be left with the hors of over
time. Am I able to use code for this and get rid of the Running Sum
altogether, if so what will the code be like, I've only written code to open
and close forms/reports etc. Please Help???
far ther report is draging info from a table where we enter our employees job
dockets. However we might have two dockets for the same employee for the same
day. I've tried using a Running Sum, which will give me the total hours for
the day, but as overtime rates come into affect for anything over 7 hours
worked in one day, I need to be able to take the end result of the Running
Sum for a particular and take 7 from it to be left with the hors of over
time. Am I able to use code for this and get rid of the Running Sum
altogether, if so what will the code be like, I've only written code to open
and close forms/reports etc. Please Help???