I am looking to create a search form. I have created the form with 2 textboxes, and using a button to apply the textbox values to limit the listbox contents.
The listbox control source is currently a query. In both the Cust ID and P/N criteria in the query is Like "*" & [forms]![formname]![controlname] "*" so every thing will populate. having trouble remembering how to apply the textbox values to the query.