How do you reset a combo box to the state when you open the form?
I have a few combo box that are required fields. I know it works if i set combobox = empty but that will allow user to by pass the required fields criteria.
and when i set to Null it says this field cannot be null. if i enable allow null string that will defeat the purpose of required fields.
I have a few combo box that are required fields. I know it works if i set combobox = empty but that will allow user to by pass the required fields criteria.
and when i set to Null it says this field cannot be null. if i enable allow null string that will defeat the purpose of required fields.