I have a Query that when I specify it to be a Select Query, selects the records I wish to delete from a local Table. But, when I convert it to a Delete Query and run it, I get the message:
With is looking good, but when I click "Yes" I get the message:
What I'm doing seems pretty straight forward. Can someone clue me in where I may have gone wrong?
Thanks!
Rich
Code:
"You are about to run a delete query that will modify data in your table"
Code:
"Could not delete from specified tables."
Thanks!
Rich