hi,
i have 3 text boxes
the first one is names as: txt_tof
the second one: txt_duration
the third one: txt_ETA
now i need to add the time entered in the text box "txt_tof" with the value entered in hours and minutes on the text box "txt_duration" and display it in the text box "txt_ETA"
how do you do this? please help? i need this urgently
im gonna explain this in detail now
the time of departure is entered in "txt_tof"
and the duration of the flight is entered in "txt_duration"
i need to calculate this and the value should automatically display in the text box "txt_ETA" (estimated time of arrival)
please help me.. give me the proper coding please.. VBA im using access 2007
|