Hi,
I'm just wondering if there is decent way of achieving the following in access. I need to delete records based on a select query, from a main table. I tried using a join and tried appending the results of the select query to a another table - "duplicates" with no luck.
In the past i appended "DELETE" onto the end of the duplicate records and then ran a delete query using the criteria "DELETE" - which is very messy imo. There must be a way I can achieve this in a single delete query.
Thanks in advance
I'm just wondering if there is decent way of achieving the following in access. I need to delete records based on a select query, from a main table. I tried using a join and tried appending the results of the select query to a another table - "duplicates" with no luck.
In the past i appended "DELETE" onto the end of the duplicate records and then ran a delete query using the criteria "DELETE" - which is very messy imo. There must be a way I can achieve this in a single delete query.
Thanks in advance