H
How to find a specific value in a listbox using a
I have a listbox that is getting its information from a
table. What I want to do is have a textbox that will
allow me to start typing and the listbox will start
selecting the values that I will be typing. So what I
want is to look through the values of the list box and
select the one that closest matches the criteria. For
Example. I have a list box with first and last name. I
want to search for someone by lastname. I am looking for
clark. I type C in the a textbox, then the listbox will
select the first line with a c in it. Then when I type L
the listbox should jump to the first cl line that exists.
I hope this is clear. Thanks for your help.
Jeff
table. What I want to do is have a textbox that will
allow me to start typing and the listbox will start
selecting the values that I will be typing. So what I
want is to look through the values of the list box and
select the one that closest matches the criteria. For
Example. I have a list box with first and last name. I
want to search for someone by lastname. I am looking for
clark. I type C in the a textbox, then the listbox will
select the first line with a c in it. Then when I type L
the listbox should jump to the first cl line that exists.
I hope this is clear. Thanks for your help.
Jeff