LarryRobert
Programmer
I am trying running a select query to tell me which records need to be deleted from a table based on a certain set of criteria. Once this is done, I have converted the select query to a delete query since I just want to run the same query in a delete mode. However, when I run the query, I receive the following message: "Cannot Delete from Specified Tables". The help for this message states possible security conflicts or a read only table. None of these are the case. All I am trying to do is delete the records based on my original selection criteria which worked fine in a select mode.