Importing a Linked Table

  • Thread starter Thread starter Carrie
  • Start date Start date
C

Carrie

Hi,

I have a database that was burned on CD so that we could
maintain the database as of a certain day. I then created
a separate database so that I could run queries off tables
I imported from the first database. My problem is this:
The original database's tables were linked tables. When I
inport the linked tables into my new database, they come
across as linked. I do not want these tables linked in my
new database. Can anybody tell me how to unlink the
tables in the second database? (I have tried just opening
the tables and copying them, but they are way too big).

Thanks,

Carrie
 
Hi Carrie,

You need to import the data not from the linked tables in your first
database, but from the "real" tables to which they are linked.
 
Back
Top