hi..
i have tbl workinghours
inside the tbl there are
-staff id
-date
- time in - data/time format : shorttime
- time out - data/time format : shorttime
in query..i already can count the duration..
eg.
time in 8.30 time out 11.30
duration = 03.:00
now.. i want to calculated total duration
and then the total duration i want to convert to day
the formula = totalduration/8
answer = in day
need help for that..
thanks
i have tbl workinghours
inside the tbl there are
-staff id
-date
- time in - data/time format : shorttime
- time out - data/time format : shorttime
in query..i already can count the duration..
eg.
time in 8.30 time out 11.30
duration = 03.:00
now.. i want to calculated total duration
and then the total duration i want to convert to day
the formula = totalduration/8
answer = in day
need help for that..
thanks