Code:
delete Temp_Updates_list_Table.*
FROM (SELECT Temp_Updates_list_Table.*
FROM Temp_Updates_list_Table
WHERE Temp_Updates_list_Table.Actiontaken="MainRecord deleted")
AS Tmp_B LEFT JOIN Temp_Updates_list_Table
ON Tmp_B.Main_RecID=Temp_Updates_list_Table.Main_Recid
WHERE (((Temp_Updates_list_Table.Actiontaken)<>"MainRecord deleted"));
The "help" button on the error popup was less than helpful (error 3086).
Anyone have an idea on converting this SQL to work with MS Access SQL?