I wrote the following in queries:
The field and table names are correct but it doesn't delete the records, I get no errors either. Am I doing something wrong?
Code:
DELETE *
FROM tblCitationAuthor
WHERE (((tblCitationAuthor.CitationAuthorID) Not In (SELECT CitationAuthorLastName from tblCitations)));
The field and table names are correct but it doesn't delete the records, I get no errors either. Am I doing something wrong?
Last edited: