Hello and greetings!
I am working on a query for an inventory table so that I can search for products.
I made a search form with multiple fields and made a search query that links to my Inventory List table.
For the Criteria, I put Like "*" & [Forms]![Search Form]![Medium/Reagent Name] & "*".
However, when I try to run the query from the search form, the query comes up empty. I am not sure if I am doing something wrong or not. If I could get some help, that would be awesome.
Thanks ahead of time!