I have a form with comboboxes and textboxes. I want to be able to clear the form.
I'm using the is for the textboxes, but I don't know what to use for the comboboxes.
Name = "";
Contact = "";
Comments = ""
The first combobox is called 'question1' (Labels = ----------,Excellent, Good, Fair, Poor). When I clear the form I want it to go to the Label ----------.