G
Guest
DELETE DISTINCTROW MayCum_ACC.*, MayCum_ACC.LOAN
FROM MayCum_ACC, AIC_050605
WHERE (([MayCum_ACC]![LOAN]=[AIC_050605]![LOAN]));
I thought this would be simple. Two tables common data that I want to
delete. When I do the preview it shows me the records that I want to delete,
but when I try to run the query I get "Operation must use an updatable query"
FROM MayCum_ACC, AIC_050605
WHERE (([MayCum_ACC]![LOAN]=[AIC_050605]![LOAN]));
I thought this would be simple. Two tables common data that I want to
delete. When I do the preview it shows me the records that I want to delete,
but when I try to run the query I get "Operation must use an updatable query"