I am trying to create a query that uses a Like statement in the criteria field. The users type in the criteria they want to search on in a form and I am trying to get what they type in the text box into the query. Below is the line I have tried to use and alas, does not work.
Like "*[Forms]![MainSearch]![txtSearchCriteria]*"
Most likely I am approaching this problem incorrectly. Does anyone have any ideas?
Thanks for your help.
Jason
Like "*[Forms]![MainSearch]![txtSearchCriteria]*"
Most likely I am approaching this problem incorrectly. Does anyone have any ideas?
Thanks for your help.
Jason