How do i delete a linked table??

kwokv616

Registered User.
Local time
Today, 10:36
Joined
Nov 10, 2008
Messages
46
If I want to delete a table that is in the database, I write:

On Error Resume Next
CurrentDb.TableDefs.Delete "Pol"

But what if the table is a linked table?
How do i delete the table/delete the link?

Thank you!
 

Users who are viewing this thread

Back
Top Bottom