Access 97

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

Guest

I have a linked table on a database that someone else created. How do I
remove the link without loosing the table?
 
Linked tables are strictly pointers to the real table. If you remove the
link, the table ceases to exist in your database, as it doesn't know where
to get the data from.

If you're saying that you want the data in your database, rather than linked
to the other database, import the table rather than link it.
 

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