Delete Info from another database...

dbalargin

Member
Local time
Yesterday, 19:55
Joined
Dec 31, 2002
Messages
39
How do I delete records in a table that is in another database? This database is located on a different drive. It is accessed across a company network.
 
1. You can "link" the table in which you want to delete records directly into your current MDB.

2. You could use ADO and connect to the table.
 

Users who are viewing this thread

Back
Top Bottom