Ok I have a ComboBox that is a Drop Down List.
If the user selects an invalid selection, I pop-up a msgbox and display an error and then set focus back on the ComboBox. The displayed item is still the invalid selection the user selected. This would be fine if the user couldn't go onto another input until the error was corrected. However the user can click elsewhere or tab to the next input without seeing the error again.
So how to I set the Drop Down List back to it's default of nothing selected? I'd rather delete the input and then recreate it. Any other suggestions?
I guess along these same lines. How do I allow a user to set the selection of a drop down list back to nothing? The input isn't required and should they change their mind about inputing it I want them to be able to select nothing.
Thanks,
Andrew