L
LG
I have inherited this DB that has many tables etc. One of the functions I
need to do is figure out how much time a person has worked in a month from a
table.
The fields are date, ClockIn, Break1Out, Break1In, LunchOut, LunchIn,
Break2Out, Break2In, ClockOut, Break3In, Break3Out.
What I am looking to do is take the total time from clockIn to ClockOut and
subtract the breaks and lunch time. I need this by Person for ? period of
time and combine in together to = 1 number for the month.
Any help would be appreciated.
need to do is figure out how much time a person has worked in a month from a
table.
The fields are date, ClockIn, Break1Out, Break1In, LunchOut, LunchIn,
Break2Out, Break2In, ClockOut, Break3In, Break3Out.
What I am looking to do is take the total time from clockIn to ClockOut and
subtract the breaks and lunch time. I need this by Person for ? period of
time and combine in together to = 1 number for the month.
Any help would be appreciated.