Import Excel to Access back-end data file

D

Denise

I need to import about 500 Excel records into an Access
2000 back-end data table. I tried to complete the import
from the front-end files and can't because Access will not
let me select an existing table. However, when I open the
back-end file and import at that point everything works.

This is a multi-user database that is critical to the
successful operation of the company. Any suggestions for
importing without putting the back-end data tables at risk
to be deleted or corrupted?
 
J

John Nurick

Hi Denise,

If there isn't already one, create a linked table in the front end
linked to the relevant table in the back end.

Then link or import the Excel sheet to a new (temporary) table.

Finally use an append query to move the data from the temporary table to
the main table, and delete the temporary 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

Top