Import data between tables

J

jk

Hi,

Somehow one of my databases has gotten corrupted.I need to import data from
three tables into a copy of this database....same structure...same design.I
have tried importing the tables but errors continue....i then need some
method in which the data can just be transferred.Is there a way and what
steps do i need to take....thanks
 
J

Joe Fallon

You can link to the other DB and then use a query to extract the data into a
local table.

Or you can export the data from the corrupt file to Excel and then import
that to the new one.
 

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

Top