Problem deleting records

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top