blueindian1
Programmer
Hello All,
Is it possible to set up a combo box such that i can type a word and go to that selection?
In other words, if i have
and i type 'T' i will go to the "Two" option. I need to be able to type "Th" and go to the "Three" option. Similar to MS-Access.
any ideas?
thanks,
Rich
Is it possible to set up a combo box such that i can type a word and go to that selection?
In other words, if i have
Code:
<option>One</option>
<option>Two</option>
<option>Three</option>
<option>Four</option>
<option>Five</option>
and i type 'T' i will go to the "Two" option. I need to be able to type "Th" and go to the "Three" option. Similar to MS-Access.
any ideas?
thanks,
Rich