combobox selections

  • Thread starter Thread starter BJM
  • Start date Start date
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
 
-----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
.
 
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.
 
Back
Top