I have a data base with a table. I have created a query that returns a specified data and want to deleted that data from the original table. However, the query is based off criteria of the table and another query. When I try to run the delete query, it returns the error message "Specify the table containing the records you want to delete."



How can I make this work? See the attached.