R
Rick Campbell
Seems to be a common problem. I've read through many posts and guess my
problem is referencing the second table. My query for duplicates references
two fields and I can't seem to make the subquery. Can anyone help?
DELETE CCC1998.*, CCC1998.Address, CCC1998.[List Date], CCC1998.[MLS No]
FROM CCC1998 INNER JOIN dupes ON CCC1998.Address = dupes.Address
WHERE (((CCC1998.Address)=[dupes].[Address]) AND ((CCC1998.[List
Date])=[dupes].[List Date]) AND ((CCC1998.[MLS No])<>[dupes].[MinOfMLS
No]));
TIA!
Rick
problem is referencing the second table. My query for duplicates references
two fields and I can't seem to make the subquery. Can anyone help?
DELETE CCC1998.*, CCC1998.Address, CCC1998.[List Date], CCC1998.[MLS No]
FROM CCC1998 INNER JOIN dupes ON CCC1998.Address = dupes.Address
WHERE (((CCC1998.Address)=[dupes].[Address]) AND ((CCC1998.[List
Date])=[dupes].[List Date]) AND ((CCC1998.[MLS No])<>[dupes].[MinOfMLS
No]));
TIA!
Rick