I have a list box created on a form to search for and select a specific name from my database. When the name is selected (either by double-clicking or selecting & hitting the "Open" button on the list box form) it then opens the data entry record for that individual name selected.
When first opening the list box form, I can type a letter and the list box will automatically go to the beginning of the listings starting with that letter - in other words, I type "S" and it goes to the beginning of the S's in my list.
My question is this - instead of scrolling through all the S's to get to "Smith", is there a way I can type "smi" to scroll further into the list? If I do that now, I go to the beginning of the s's, then the beginning of the m's, then the beginning of the i's.
Any/all help is appreciated!
When first opening the list box form, I can type a letter and the list box will automatically go to the beginning of the listings starting with that letter - in other words, I type "S" and it goes to the beginning of the S's in my list.
My question is this - instead of scrolling through all the S's to get to "Smith", is there a way I can type "smi" to scroll further into the list? If I do that now, I go to the beginning of the s's, then the beginning of the m's, then the beginning of the i's.
Any/all help is appreciated!