T
Tru
I would like to use 3 combo boxes to choose the time for my bound textbox;
Hour, Minutes (by the quarter hour), and AM/PM.
My bound textbox txtStartTime (default value is 08:00 AM)
cboHour: would be a value list of 1-12 (representing the hours)
cboMinute: would be a value list (00, 15, 30, 45)
cboAMPM: would be a value list (AM, PM)
As soon as I select either of the time values I would like the textbox to
reflect this change.
Thanx!
Hour, Minutes (by the quarter hour), and AM/PM.
My bound textbox txtStartTime (default value is 08:00 AM)
cboHour: would be a value list of 1-12 (representing the hours)
cboMinute: would be a value list (00, 15, 30, 45)
cboAMPM: would be a value list (AM, PM)
As soon as I select either of the time values I would like the textbox to
reflect this change.
Thanx!