J
John
Hi
When I try below query;
DELETE Table1.*
FROM Table2 INNER JOIN Table1 ON Table2.[ID] = Table1.[ID];
I get the error 'Could not delete form specified tables'. What am I doing
wrong?
Thanks
Regards
When I try below query;
DELETE Table1.*
FROM Table2 INNER JOIN Table1 ON Table2.[ID] = Table1.[ID];
I get the error 'Could not delete form specified tables'. What am I doing
wrong?
Thanks
Regards