C
clanmccreery
Hello
I have a "time clock" program where my user wants to have
employees punch in and out, while showing their time
using the Short Time format (military time). It works
great except when I try to add a total field on my report
=sum(txtTime)
The sum I am getting is working on the 24 hour clock, so
someone may have a total of 26:30 but the total will only
show 02:30. How do I get the total hours to show, as in
80:00 every two weeks?
Thanks!
Clan McCreery
I have a "time clock" program where my user wants to have
employees punch in and out, while showing their time
using the Short Time format (military time). It works
great except when I try to add a total field on my report
=sum(txtTime)
The sum I am getting is working on the 24 hour clock, so
someone may have a total of 26:30 but the total will only
show 02:30. How do I get the total hours to show, as in
80:00 every two weeks?
Thanks!
Clan McCreery