G
Guest
I really need help on this:
I want to search for a certain text or number on a table
for example in this query:
SELECT *
FROM MasterList
WHERE (((MasterList.UNIT)=[Enter Unit:]));
in this query it has a parameter that asks for UNIT in the MasterList table.
I would like to know if i there is a way to find values from any fields? not
just in the UNIT field but in all fields.
I want to search for a certain text or number on a table
for example in this query:
SELECT *
FROM MasterList
WHERE (((MasterList.UNIT)=[Enter Unit:]));
in this query it has a parameter that asks for UNIT in the MasterList table.
I would like to know if i there is a way to find values from any fields? not
just in the UNIT field but in all fields.