Combobox Resetting

  • Thread starter Thread starter CornDog
  • Start date Start date
C

CornDog

I have a aeries of combobox whos values are filled by code.
Suppose a user selects a value from several and wants to
go back and void his selections. Rather then having to
highlight the selection and erasing it I want a button to
reset the comboboxs to nothing.

I tried combobox.Requery but it doesnt remove the text.

What should I do?
 
Got it! set them to null. doesnt seem like the right thing
but it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top