S
Scott
I'm running the following query:
DELETE tblAllDataMerged.*, tblExcludedRecords.SSN
FROM tblAllDataMerged INNER JOIN tblExcludedRecords ON
tblAllDataMerged.SSN = tblExcludedRecords.SSN;
Access 2003 is responding that it, "Could not delete from specified
tables." I can't figure out why... can somebody tell me what I'm doing
wrong?
Thanks!
Scott
DELETE tblAllDataMerged.*, tblExcludedRecords.SSN
FROM tblAllDataMerged INNER JOIN tblExcludedRecords ON
tblAllDataMerged.SSN = tblExcludedRecords.SSN;
Access 2003 is responding that it, "Could not delete from specified
tables." I can't figure out why... can somebody tell me what I'm doing
wrong?
Thanks!
Scott