Calculate totals

wilde1

New member
Local time
Today, 01:33
Joined
May 12, 2004
Messages
6
I have set up a form with a subform. In the subform I have a text box which has a calculation in it reading "time from" - "time to" which currently gives me a time difference between the times entered.

I need to put on the bottom of the form (either main or subform) the total of all the hours for that particular person.

Don't know how this is done, can you help? :(
 
wouldn't it be just:

=sum(timefrom)-sum(timeto)
 

Users who are viewing this thread

Back
Top Bottom