Hi there.
I have a recordset of names of persons.
Is i possible to check names with another table in like?
FOR EXAMPLE:
SELECT * FROM TABLE1
WHERE Name LIKE (SELECT Name FROM Table2)
Hi there.
I have a recordset of names of persons.
Is i possible to check names with another table in like?
FOR EXAMPLE:
SELECT * FROM TABLE1
WHERE Name LIKE (SELECT Name FROM Table2)