View Full Version : DELETE QUERIES... need help with 'em.


steev
11-01-2001, 12:54 PM
I'm a bit new with Access. Can I use a Delete Query to delete records from one table with the criteria from a different table, and if so, how? Also, can you explain the "Where" and "From" choices in the Delete field of the query. If you reply to this, please spell out your explanation as if a six year old were going to decipher it. Thanx.

ott
11-02-2001, 02:56 PM
You can delete records and set criteria on a field in another table as long as you add both tables to the query and join them on one or more fields that will uniquely associate the tables with one another. Only select fields from the table that contains the records you would like to delete however.