M
Mark
Hi all,
On a form, I have a field where the user can enter a time
amount in hours and minutes (ex. 01:20). As in:
Field Name = Time
Input Mask = 00:00;0;_
On a report, I would like to count/sum the time. So, if
there are say three records with the times of 01:00,
00:20, and 00:50 I would like to calculate the total time
of 02:10.
I had previous just used minutes in calculating the time,
as in: =Sum([Time]) & " minutes"
But am thinking that it might be more user friendly to use
HH:MM in the time field on the form and calculate this out
in the report. Any suggestions on going about this would
be greatly appreciated. Thanks!!!
On a form, I have a field where the user can enter a time
amount in hours and minutes (ex. 01:20). As in:
Field Name = Time
Input Mask = 00:00;0;_
On a report, I would like to count/sum the time. So, if
there are say three records with the times of 01:00,
00:20, and 00:50 I would like to calculate the total time
of 02:10.
I had previous just used minutes in calculating the time,
as in: =Sum([Time]) & " minutes"
But am thinking that it might be more user friendly to use
HH:MM in the time field on the form and calculate this out
in the report. Any suggestions on going about this would
be greatly appreciated. Thanks!!!