View Full Version : Time Calculations


tommyellis
03-18-2001, 07:53 PM
I need to add 3 times in 3 different text boxes and then in a "Total Time" box this three times must be added together. I don't have the faintest idea how to do this can anybody please helpme.

thanx

Tommy

llkhoutx
03-19-2001, 12:33 PM
me!TotalTime = me!time1 + me!time2 + me!time3

tommyellis
03-19-2001, 10:18 PM
I battle to get the time calculated with your formula. it keep on saying it cannot get the form field.