ComboBox question

G

Gerald Morris

How do you have a ComboBox match up more than one character?
I have a ComboBox with:
Row Source Type Table/Query
Row Source MaterialsTable (which is a list of materials)

When I input an A it shows me the A's,
However if I then type in a B, instead of going to AB's, it takes me to the
B's

Any help appreciated
Gerald
 
D

Dirk Goldgar

Gerald Morris said:
How do you have a ComboBox match up more than one character?
I have a ComboBox with:
Row Source Type Table/Query
Row Source MaterialsTable (which is a list of materials)

When I input an A it shows me the A's,
However if I then type in a B, instead of going to AB's, it takes me
to the B's

Any help appreciated
Gerald

Are you sure you're talking about a combo box, and not a list box?
That's the way list boxes behave, but not normally combo boxes.
 

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