Hi,
In MS Access you can filter the drop down box by typing character after character to reach the option.
Example:
--------
I have a drop down box that is getting Product Names from the database. If I type C it takes me to the first Product in C letter. Suppose I wanted to look for computers, If I type O after C in order to take me to CO, I get the first Product name in O.
In access you can do that with a combo box. If you have a long list of thing you can type the first 2 or three characters to reach what you want faster.
Is it possible in HTML? and how if Yes? Does it require JavaScript?
Thanks a lot
Paulin
In MS Access you can filter the drop down box by typing character after character to reach the option.
Example:
--------
I have a drop down box that is getting Product Names from the database. If I type C it takes me to the first Product in C letter. Suppose I wanted to look for computers, If I type O after C in order to take me to CO, I get the first Product name in O.
In access you can do that with a combo box. If you have a long list of thing you can type the first 2 or three characters to reach what you want faster.
Is it possible in HTML? and how if Yes? Does it require JavaScript?
Thanks a lot
Paulin