I have a drop down list in my form with contains thousands of names in order by Last Name then First Name.
If the user's name is Adam Zapple, it will be listed "Zapple Adam"....
I would like the user to either have the option to only use the drop down list or they can type "Zapple" or any portion and have it populate the value.
Is there a setting or code which I can use which will do this?
Currently, if the user types in a "Z" it will take them to the beginning of the "Z" names (since I have them listed alphabetically), but I'd prefer they can type beyond the first letter and pinpoint the name they're looking for.
Thank you for any help