Combo box question

  • Thread starter Thread starter Bob Hughes
  • Start date Start date
B

Bob Hughes

Is there any way in a combo box, to automatically get the drop down list to
appear, when the first character is typed? I am using Access and windows
2K.
Bob
 
use the on change event of combobox to activate the method DropDown: i.e.
MycboComboBox.DropDown
 
Thanks, thats been bugging me for ages. So simple when you know how.
Bob
 

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