citychap26
Programmer
Hi All,
Getting rather annoyed by a simple delete:
DELETE tblCust.*
FROM tblCust, tblTeam
WHERE tblCust.team = tblTeam.ID
AND tblCust.name="ken" AND tblTeam.subName="b1";
It returns an error (could not delete from specified tables)
Where am I going wrong?
Cheers
SK
Getting rather annoyed by a simple delete:
DELETE tblCust.*
FROM tblCust, tblTeam
WHERE tblCust.team = tblTeam.ID
AND tblCust.name="ken" AND tblTeam.subName="b1";
It returns an error (could not delete from specified tables)
Where am I going wrong?
Cheers
SK