Select value for combobox with single char

  • Thread starter Thread starter Fredrik
  • Start date Start date
F

Fredrik

Hello all,

I have a Combobox which has another table as rowsource.
I want for example "Apples" to come up when i type a "A" and then next
character "S" (AS) i want it to select "Asparagus" instead.

Quite simple i guess, but I do not know how to do this?
 
Hello all,

I have a Combobox which has another table as rowsource.
I want for example "Apples" to come up when i type a "A" and then next
character "S" (AS) i want it to select "Asparagus" instead.

Quite simple i guess, but I do not know how to do this?

Set the Combo Box's AutoExpand property to Yes.
it's found on the combo's property sheet's Data tab.
 
That's usually the default behaviour for combo boxes.

Make sure the combo box's AutoExpand property is set to True.
 
DOH!

It was not set as Combobox, the object was set to List.
The change to combobox helped.

Thanks for your concern anyway!

"Douglas J. Steele" skrev:
 

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