C
CevinMoses
I had a continuous subform which allows me to select a part number from a
combo box to add it to the order. The list of part numbers is quite long
(150+), so it's benefitial to be able to start typing and have the list start
working its way down to possible matches.
My problem is that when I click on the combo box, either the field or the
drop-down arrow, it does not register the first character of the part number.
The first character I press creates the record, which causes the blank "new
record" to pop up underneath, and then the second character and beyond show
up in the control.
For example, if the part number I wanted were 12345, and I clicked on the
combo box and started typing, it would create a new record and go to part
number 2345.
This seems riddiculous, but I'm wracking my brain here. What am I missing?
-Cevin
combo box to add it to the order. The list of part numbers is quite long
(150+), so it's benefitial to be able to start typing and have the list start
working its way down to possible matches.
My problem is that when I click on the combo box, either the field or the
drop-down arrow, it does not register the first character of the part number.
The first character I press creates the record, which causes the blank "new
record" to pop up underneath, and then the second character and beyond show
up in the control.
For example, if the part number I wanted were 12345, and I clicked on the
combo box and started typing, it would create a new record and go to part
number 2345.
This seems riddiculous, but I'm wracking my brain here. What am I missing?
-Cevin