delete records

  • Thread starter Thread starter JIM.H.
  • Start date Start date
J

JIM.H.

Hello,
I have table1 and table2, I need to write a query that
deletes all table1 records in table2.
How can I do that?
Thanks,
Jim.
 
Create a query
Add table1 & table2
Link them by the proper field
Change the query to be a delete query.
Add a field from table2.
Set the Delete row entry for that field to read Table 2.
 
Thanks Steve ,
It gave me can not delete table.
tabel2 is a link table, I am able to delete records throug
another query. What did you mean with "Set the Delete row
entry for that field to read Table 2.?
Thansk,
Jim.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top