D
Darrell
I am trying to create a running sum field for a time
keeping database. I have two tables (clock in and clock
out) with date and time fields so when a person selects
the appropriate "button" fro the start screen, the fields
(clock in/out date and clock in/out time) are
automatically populated. I am using a medium time format
and the value upon button "click" is "Time()" . I then
created a query where I could calculate total time by
using "[CLOCKOUT Time] - [CLOCKIN TIME]" resulting in
something like 7:35. The problem is trying to create a
running sum to create a weekly or bi weekly total. Every
time the total reaches 24:00 it resets to 00:00 and starts
summing all over again.
Any help out there?
keeping database. I have two tables (clock in and clock
out) with date and time fields so when a person selects
the appropriate "button" fro the start screen, the fields
(clock in/out date and clock in/out time) are
automatically populated. I am using a medium time format
and the value upon button "click" is "Time()" . I then
created a query where I could calculate total time by
using "[CLOCKOUT Time] - [CLOCKIN TIME]" resulting in
something like 7:35. The problem is trying to create a
running sum to create a weekly or bi weekly total. Every
time the total reaches 24:00 it resets to 00:00 and starts
summing all over again.
Any help out there?