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?
 
Back
Top