link table question

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

Guest

I have a database that is linked to a *.dbf file. I would like to unlink
this and somehow have the data in a mdb file. Can I do this?
Thanks!
 
Dirk said:
That would involve importing the data from the .dbf file to the .mdb
file. Since you already have the file linked, why not just run
make-table queries to extract from each linked table and put the data
into a local table?

Then delete the original table in Access (it will only delete the link.
 
Jimbo said:
I have a database that is linked to a *.dbf file. I would like to
unlink this and somehow have the data in a mdb file. Can I do this?
Thanks!

That would involve importing the data from the .dbf file to the .mdb
file. Since you already have the file linked, why not just run
make-table queries to extract from each linked table and put the data
into a local table?
 

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