TheOnlyKickBack
Programmer
I want a query to search a table for criteria, and return all records that contain the criteria in ANY field. The criteria is entered using a form, with the following expression, but copying it to every field in the query comes up with #NAME?:
[Forms]![frmCustQuery]![txtQueryInput]
I was wondering if this is possible.
[Forms]![frmCustQuery]![txtQueryInput]
I was wondering if this is possible.