P
P B via AccessMonster.com
I am getting this error:
Compile error. in expression ".
while trying to save this query:
SELECT dupelist.*
FROM dupelist INNER JOIN dupelist AS Dupe
ON dupelist.DOB = Dupe.DOB AND Left(dupelist.LName,1) = Left(Dupe.LName,1)
WHERE dupelist.ID <> Dupe.ID;
in SQL view. Please help.
ps - does the Dupe table need to exist before running the query or does the
INNER JOIN create it? I've tried both ways. Thanks.
Compile error. in expression ".
while trying to save this query:
SELECT dupelist.*
FROM dupelist INNER JOIN dupelist AS Dupe
ON dupelist.DOB = Dupe.DOB AND Left(dupelist.LName,1) = Left(Dupe.LName,1)
WHERE dupelist.ID <> Dupe.ID;
in SQL view. Please help.
ps - does the Dupe table need to exist before running the query or does the
INNER JOIN create it? I've tried both ways. Thanks.