I have a query (linked to a command button on a form) that is supposed to search a table for a name value. Because the names are either "FirstName MI LastName" or "LastName, FirstName", I need to search for the value in any part of the field. My criteria looks like this:
Like "* Forms![Account Number Search]![Text8] *"
Text8 is the field where the user inputs the last name.
I continually get no return value, even when I input the exact field. Please help!
Like "* Forms![Account Number Search]![Text8] *"
Text8 is the field where the user inputs the last name.
I continually get no return value, even when I input the exact field. Please help!