Delete Query

blander

Registered User.
Local time
Today, 13:11
Joined
Aug 8, 2006
Messages
14
Hi guys,

The following query


DELETE DD5592.*
FROM DD5592, [module]
WHERE DD5592.Sortcode=module.BASortCode;


Results in a message: Cannot delete from the specified tables.

Any ideas??
 

Users who are viewing this thread

Back
Top Bottom