On my form I have the following:
txtStartDate
txtEndDate
cboStartTime
cboEndTime
txtDuration
I would like to have another text box that gets auto-filled with a number of hours based on the durations from the above listed information. For example, if txtStartDate=2/16/2012, txtEndDate=2/17/2012, cboStartTime=7:00 AM, and cboEndTime=3:00 PM...txtDuration=16.
Based on the above, there are two training days, each consists of eight hours of training, I want "txtDuration" to autofill the total training hours when I fill in the other boxes...
txtStartDate
txtEndDate
cboStartTime
cboEndTime
txtDuration
I would like to have another text box that gets auto-filled with a number of hours based on the durations from the above listed information. For example, if txtStartDate=2/16/2012, txtEndDate=2/17/2012, cboStartTime=7:00 AM, and cboEndTime=3:00 PM...txtDuration=16.
Based on the above, there are two training days, each consists of eight hours of training, I want "txtDuration" to autofill the total training hours when I fill in the other boxes...