I have a customer database (table A) that I want to delete a large number of records from. The details of the records I want to delete are in another table (table B). I've created a select query to select the records from table A that are also in table B. The select works fine - but I can't get a delete query based on that to run. Any help appreciated