Hi:

I have a combo box and a search button on my form. The user is suppossed to type something into the combo box and click on the search button to initiate the search. The search is supposed to use the InStr function.

I'm using a Combo list box because the box is suppossed to retain the string that was searched for.

What is the simplest and fastest code to accomplish this?