combobox selections

B

BJM

Is there a way to code a combobox control so that a user
can type the first letter or two of a list item and have
it display automatically like in Windows' dropdown lists?

Thanks,
BJM
 
B

BJM

-----Original Message-----
Is there a way to code a combobox control so that a user
can type the first letter or two of a list item and have
it display automatically like in Windows' dropdown lists?

Thanks,
BJM
.
 
V

Van T. Dinh

This is controlled by the "AutoExpand" Property of the ComboBox. Access
defaults this to True / Yes but there are cases you may want to set this to
False / No.
 

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

Top