Importing Excel into existing table.

T

Tony

Is there anyway to import an excel spread sheet into an already existing
access table? Thanks in advance.
 
J

John Nurick

Hi Tony,

Either

1) link or import the data to a temporary table and then use an append query
to move the data into the existing table, or

2) create an append query that uses the SQL IN clause to get the data
directly from the worksheet and append it to the table.
 
N

Nikos Yannacopoulos

Tony,

Go Files > Get External Data > Link Tables and follow the wizard to link
your spreadsheet, then make an append query on it. Alternatively, if the
columns in the spreadsheet are in the same order as the fields in the
table and no other data manipulation is required, you could do a plain
coy in Excel and Paste in the table (in datasheet view, selecting a new
record).

HTH,
Nikos
 

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