I have been creating Access applications since release one. Up until now selecting items in textboxs or comboboxs via the keyboard has functioned as it should: Pressing a key will select the first item starting with that key; pressing a second key will select the next item whose second key matches; and so forth until the item wanted is selected.
Then the t&c box key matching in my current application (heavy VBA code) stopped working at the third key. An example: 1) The listbox of composer names opens and displays the beginning of the list. I press lower case “l” and it selects “Lalo” as it should. 2) I press “i” and it selects “Liadoff” again as it should. 3) Then I press “s” expecting it to select “Liszt”. Instead it inserts an upper case occurrence of the letter in the selection box (creating “LiSadoff” which doesn’t match anything) and positions the list back to the first entries. I must exit the application to clear up the mess it’s gotten itself into. All my other Access applications are fine. Any ideas of what has happened?
Thank you, John