J
Jake
I have the following query built in Access 2k:
DELETE tblTable1.EntryDate, tblTable2.PrimaryKey
FROM tblTable1 LEFT JOIN tblTable2 ON tblTable1.PrimaryKey =
tblTable2.PrimaryKey
WHERE (((tblTable1.EntryDate) Between Date()-30 And Date()) AND
((tblTable2.PrimaryKey) Is Null));
I want the unmatched records deleted from tblTable1, however I am unable to
specify this to Access. Any assistance would be greatly appreciated!
Thanks!
Jake
DELETE tblTable1.EntryDate, tblTable2.PrimaryKey
FROM tblTable1 LEFT JOIN tblTable2 ON tblTable1.PrimaryKey =
tblTable2.PrimaryKey
WHERE (((tblTable1.EntryDate) Between Date()-30 And Date()) AND
((tblTable2.PrimaryKey) Is Null));
I want the unmatched records deleted from tblTable1, however I am unable to
specify this to Access. Any assistance would be greatly appreciated!
Thanks!
Jake