J
John
Hi
I have the below query and I am trying to delete records from the contacts
table based on the link with the other table and condition.
DELETE Contacts.ID
FROM Contacts INNER JOIN [a_Unique Contacts] ON Contacts.[Company ID] =
[a_Unique Contacts].[Company ID]
WHERE (((Contacts.ID)<>[a_Unique Contacts].[MinOfID]));
When I try to run the query I get the message 'Specify the table containing
the records you want to delete'. What is the problem and how can I fix it?
Thanks
Regards
I have the below query and I am trying to delete records from the contacts
table based on the link with the other table and condition.
DELETE Contacts.ID
FROM Contacts INNER JOIN [a_Unique Contacts] ON Contacts.[Company ID] =
[a_Unique Contacts].[Company ID]
WHERE (((Contacts.ID)<>[a_Unique Contacts].[MinOfID]));
When I try to run the query I get the message 'Specify the table containing
the records you want to delete'. What is the problem and how can I fix it?
Thanks
Regards