Delete query on external db?

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.
 
J

Jeff Boyce

Couldn't you simply link to the tables in the second database, and run your
append and/or delete queries?
 
Top