anonymous
2007-05-31 06:42:21 UTC
I have a query (call it Query A). I have created another query, or sub query from Query A--call it Query B. I used the Append Query to append Query B to another Query (Query C). Here is the tricky part: the data in Query B now needs to be deleted from Query A (the original query).
The original Query (Query A) has tens of thousands of records. Query B has thousands, so I cannot just manually remove each one. I am pretty sure I have to create another query (establish a relationship between Query A and Query B), and then I must somehow use SQL to tell Access to remove all items listed in Query B from Query A.
Does that make sense? Anyone know how to accomplish this?
Thanks if you can help!!!!!