B
brittonsm
I'm trying to delete records from a table that match records in
another table. - The SELECT query returns the correct records, now I
just to delete them...
DELETE tblFNETBuyer.*
FROM tblFNETBuyer INNER JOIN tblSpendwithPPV ON
tblFNETBuyer.FNET_BUYER = tblSpendwithPPV.[PLANNER NAME];
another table. - The SELECT query returns the correct records, now I
just to delete them...
DELETE tblFNETBuyer.*
FROM tblFNETBuyer INNER JOIN tblSpendwithPPV ON
tblFNETBuyer.FNET_BUYER = tblSpendwithPPV.[PLANNER NAME];