There is a combo box on a subform whose control source is an simple SQL statement where the bound field is the key of the query’s underlying table. Nothing complicated at all. Properties Auto Expand =Yes, Limit to List = Yes. It does fills in the combo box from the list with the first value matching the first character that is typed.
However, as additional characters are typed, it does not change the value displayed to match all the characters typed. It treats every character typed as the first. So if Pr is typed, it navigates to the P entries and then immediately navigates to the R entries, not the Pr entries.
Does anyone have an insight into this problem?
Thank you.
Thomas W