Experts:
One of my tables contains several thousand values for a particular field. I'd like to create a more "user-friendly" combo box which allows me to type in a few characters and narrow down any matching options (vs. having to scroll down several hundred/thousand records before finding it in the combo).
I tried to locate a sample db with this feature but didn't find a working example db. I then found an example (not coded though) on: http://allenbrowne.com/ser-32.html
I attempted to replicate his recommended process. Unfortunately, I was not successful in doing so.
Attached is my "crack" at his example. The table includes 8-digit random data in ASC order. At this time, I don't care about the values per se... I merely would like the combo to work, so if I were to type in, e.g., "115", my combo displays "11539061, 11543440, 11558562, 11583758, 11586094".
Now, once I select any of these five values, I would need that value to be stored in that particular record.
Note -- I don't have to have Allen Browne's example... if you know of another solution, I'd welcome if you could post it. Otherwise, I'd appreciate anyone helping me to get Allen's example to work. Pls post database.
Thank you,
EEH