Combo letter

  • Thread starter Thread starter rob p
  • Start date Start date
R

rob p

I have a table with company data. ABC, CCC, DED, DEF are typical company
ID's. I want to use a combo box so the user can select the company ID they
want. As the combo list gets larger, is there a way to configure the combo
so you can put in the first letter of the ID and jump to that part of the
alphabet?

Thanks.
 
I have a table with company data. ABC, CCC, DED, DEF are typical company
ID's. I want to use a combo box so the user can select the company ID they
want. As the combo list gets larger, is there a way to configure the combo
so you can put in the first letter of the ID and jump to that part of the
alphabet?

Thanks.

Set the Combo Box AutoExpand property to Yes.
 
So simple. One of those things that if you didn't know existed as an option
wouldn't look for. thanks.
rob
 
Back
Top