I have 3 fields in table for this example: Appt Name, Date, (Using Date Picker), Appt Time (set to short time)
I have a form with the fields listed on the table. However I created 3 combo boxes Col1 = 1-12 for hours on clock. Col2= 5 min increments 00-55 for min. Col3= Am or PM. Combined it matches input mask for table.
Question How do I combine them..(thinking Col1+Col2+Col3) for a txt box then having the field Appt Time = to the txt box,,,,,Then due an after update when the AM or PM is selected.
I would appreciate if someone had a better idea of doing this or how I should do it. THANKS!