MontyBurns
Programmer
Hi,
I need to return only those records where the contents of field1 is contained in field2. Eg.
Field1 1234
Field2 \\svr\share\folder\1234.pdf
It'll be something like:
SELECT *
FROM tblMyTable
WHERE Field2 Like *Field1*
But this doesn't work. Any ideas anyone?
Thanks,
Burns
I need to return only those records where the contents of field1 is contained in field2. Eg.
Field1 1234
Field2 \\svr\share\folder\1234.pdf
It'll be something like:
SELECT *
FROM tblMyTable
WHERE Field2 Like *Field1*
But this doesn't work. Any ideas anyone?
Thanks,
Burns