D
Dorian
Why does this query work fine, yet when I replace 'SELECT C.ID' WITH 'DELETE
C.*', I get 'cannot delete from specified table'. I clicked on Help and none
of the reasons listed apply.
SELECT C.ID
FROM tblClient AS C LEFT JOIN tblCSTickets AS T ON C.ID = T.ClientID
WHERE T.ClientID IS Null;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
C.*', I get 'cannot delete from specified table'. I clicked on Help and none
of the reasons listed apply.
SELECT C.ID
FROM tblClient AS C LEFT JOIN tblCSTickets AS T ON C.ID = T.ClientID
WHERE T.ClientID IS Null;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".