Hello,
I used a Youtube video tutorial to make a multi-field search query. I have a form for navigating the records in my table. I made a similar form (with same text boxes i.e fields) called SearchForm. I want my query to search for records in the table that match the entries in the SearchForm. I have copied this code into the all fields in the form
Like "*" & [Forms]![SearchForm]![<<particular field>>] & "*"
The query shows a blank return, no matter what has been entered into the SearchForm. What should I do?
Thanks!