I need to include a Search and Display function(??), where user types in Textbox name "txtName" and search and displays matching entries in Listbox "lstPipeline". Please see my workbook.
Search will be confined to Table named "Database" [on "Database" sheet] in the column named "Applicant's Name", but would like to display all columns in the listbox.
Upon showing the form sub routine Reset () is called which displays all rows of the table. I have tried one or two txtName _Change() subs but always get run time error highlighting clear listbox, hence conflicting events in the title.
Bookmarks