Listbox Autofilter.

D

Doug

Hi Folks - as I enter text in a listbox, I would like it
to automatically provide a list of possible options
matching the wildcard that I have entered. Exactly the
same as when you type an object name followed by a . and
the list appears. Can any provide an assistance with this
or a link to an article? So far I've been using the
keypressed event and setting up a a peice of SQL based on
the value entered, but I think I'm on the wrong path.
Thank you.
 
Top