I have a Combobox field that has a row source from a table. It autofills as the user types in a name. It works fine except when the Caps Lock key is pressed for example:
The name the user is looking for is Ted Beach
With Caps lock OFF, you can type Ted Beach and it begins to autofill after "Te" but the user can keep typing with ruining the autofill.
With Caps lock ON, after typing "Te" it begins to fill in capital letters so that the final result looks like "TeDD BEACHd Beach"
What is going on?
The name the user is looking for is Ted Beach
With Caps lock OFF, you can type Ted Beach and it begins to autofill after "Te" but the user can keep typing with ruining the autofill.
With Caps lock ON, after typing "Te" it begins to fill in capital letters so that the final result looks like "TeDD BEACHd Beach"
What is going on?