G
Guest
I have certain criteria in one table and want to linkt it another table and
delete the matching records, the criteria matches three fields. Can Access do
this? I have tried but I get a meesage saying "cannot delte from specified
table".
The syntax is:
DELETE States.*
FROM Regions INNER JOIN (States INNER JOIN RegionAssignment ON
States.Abbreviation = RegionAssignment.Abbreviation) ON Regions.RegionID =
RegionAssignment.RegionID;
What am I doing wrong?
TIA for your help
Joe
delete the matching records, the criteria matches three fields. Can Access do
this? I have tried but I get a meesage saying "cannot delte from specified
table".
The syntax is:
DELETE States.*
FROM Regions INNER JOIN (States INNER JOIN RegionAssignment ON
States.Abbreviation = RegionAssignment.Abbreviation) ON Regions.RegionID =
RegionAssignment.RegionID;
What am I doing wrong?
TIA for your help
Joe