M
Margaret Bartley
I'm getting the error message "Could not delete from specified tables."
Here's the SQL:
DELETE wkReport.* FROM wkReport INNER JOIN QryA ON wkReport.SSN = QryA.SSN
WHERE wkReport.SSN Is Not Null;
QryA is a Totals Query that lists all the SSNs that I need to delete from
the wkReport table.
Here's the SQL:
DELETE wkReport.* FROM wkReport INNER JOIN QryA ON wkReport.SSN = QryA.SSN
WHERE wkReport.SSN Is Not Null;
QryA is a Totals Query that lists all the SSNs that I need to delete from
the wkReport table.