Delete Info from another database... (1 Viewer)

dbalargin

Member
Local time
Today, 13:54
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.
 

Travis

Registered User.
Local time
Today, 10:54
Joined
Dec 17, 1999
Messages
1,332
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

Top Bottom