i have this record on a table on this fields:
employeeno, date/time, in/out
1, 5/1/13 8:00:00 am, in
1, 5/1/13 5:00:00 pm, out
1, 5/2/13 9:15:00 am, in
1, 5/2/13 4:00:00 pm, out
what I would like to achieve is how can I calculate the total hours per day on those records.
employeeno, date/time, in/out
1, 5/1/13 8:00:00 am, in
1, 5/1/13 5:00:00 pm, out
1, 5/2/13 9:15:00 am, in
1, 5/2/13 4:00:00 pm, out
what I would like to achieve is how can I calculate the total hours per day on those records.