Importing Excel Spreadsheet

G

Guest

I have been importing a txt file into my database for years. My work program
now has been updated and the file is now in an Excel Spreadsheet. When using
the import wizard for a text file I was able to create an import spec that
handeled the formatting and renamed each column to match my database. When
using the import wizard with excel the wizard does not allow me to either use
an import spec or import the file using the field format used in my database.
My question is how can I do this using Excel?
 
J

John Vinson

My question is how can I do this using Excel?

I'd suggest using File... Get External Data... Link to *link* to the
spreadsheet, and then running an Append query to migrate the data into
your table. This will let you flexibly change fieldnames and
datatypes, transform data, etc.

John W. Vinson[MVP]
 
G

Guest

This doesn't work for MSAccess 2003 (SP2). Any other ways this can be done?
I'd like to be able to append to an Excel file by linking the Excel file then
appending the records, but this feature was taken away in this version. I
lloked at Microsofts work around and it doesn't work the way I want it to.

Any suggestions or web sites that have an alternative work around?

Thanks,

Sarah
 

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