Danneman
July 16th, 2003, 05:56 PM
How do you reset combo-boxes?
I have this form with combo-boxes and input textfields, and I want a button that can reset the form.
The input textboxes are easy:
TextBox1.text = "";
But the combo-boxes...well, I dunno
I have this form with combo-boxes and input textfields, and I want a button that can reset the form.
The input textboxes are easy:
TextBox1.text = "";
But the combo-boxes...well, I dunno