D dbalargin Member Local time Yesterday, 19:55 Joined Dec 31, 2002 Messages 39 Apr 4, 2003 #1 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.
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 Yesterday, 16:55 Joined Dec 17, 1999 Messages 1,332 Apr 4, 2003 #2 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.
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.