Delete query on external db?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can a delete query be run to act on a separate database in the same way
an append query can be? I have Database A with the query in it, and I
want it to delete the matching items of my query from Database B.
 
Couldn't you simply link to the tables in the second database, and run your
append and/or delete queries?
 

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