I have a eight combo boxes that are bound to a look up table. How can I give the user the ability to make a blank selection or change their selection from a valid selection to blank in case their selection was made in error.
eg
cboStaffing has one of 10 different shifts to choose from in the drop down, if the user selects one of the shifts in error and there should have been no shift chosen, how can the user de-select the shift or select a blank shift? I have seen drop downs with a blank at the top of the combo list that can be chosen, just not sure how to code for it.
Thanks for the help.
eg
cboStaffing has one of 10 different shifts to choose from in the drop down, if the user selects one of the shifts in error and there should have been no shift chosen, how can the user de-select the shift or select a blank shift? I have seen drop downs with a blank at the top of the combo list that can be chosen, just not sure how to code for it.
Thanks for the help.