ComboBox question

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