How do you set the default value for the combo box to be a blank so the user is force to make a choice from the dropdown list. I can't make the first choice in the list be blank except for using " " quotes marks. I want to check the value to not be blank before the user can exit the form.
Software/Hardware used:
ASKED:
February 2, 2012 6:13 PM
UPDATED:
March 6, 2012 10:54 AM
In place of “” you can write @nothing, it will work as well