how to unlink tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi : Linking tables is easy. How does one un-link tables? It must be just
as easy but I can't seem to find that option. Thanks much.
 
You want to make a linked table a local table?

When you use File/Get External Data:
Import makes a local table
Link makes a linked table

So, just use Get External Data and use the Import option.
If you delete your linked table first, it will import and create a local
table with its original name. If you do not delete your linked table first,
the table will have a number suffixed to the name (probably 1).

Steve
 
to "un-link" a table, just delete it from the database. when you link a
table into your database, you're not storing the actual table - just a
filepath to it; so deleting the link does not delete the table from the
other database where it actually "lives", it only deletes the link.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top