Although I have no schooling in programming, I've found it necessary to have to modify a database, and I've gotten myself into a bit of a jam.
How would one go about searching multiple fields (14) for an entry?
I figured out how to search one field at a time using:
Like "*" & [Enter Lot Number to Search By] & "*"
as the criteria in the design view of the query, but I am not sure where to go from here...
any consideration you extend my way would be greatly appreciated.
How would one go about searching multiple fields (14) for an entry?
I figured out how to search one field at a time using:
Like "*" & [Enter Lot Number to Search By] & "*"
as the criteria in the design view of the query, but I am not sure where to go from here...
any consideration you extend my way would be greatly appreciated.