Linking Access and Excel 2003

C

crashoverride

What is the easiest way to create a link between access 2003 databse and
excel 2003. i want to import data from excel to access and export from access
to excel.
(e-mail address removed)
 
K

Ken Snell \(MVP\)

Two methods:

(1) Link to the spreadsheet in the EXCEL file (use File | Get External Data
.... | Link).

(2) Use TransferSpreadsheet method (macro or VBA) to copy data from/to EXCEL
worksheet. Note that this method is the only one you can use if the EXCEL
file contains strings longer than 255 characters, or if the data to be
exported to EXCEL contains strings longer than 255 characters.

Caution: Both have some limitations with data types that ACCESS/Jet will
assign to the data; may not always be what you want.
 

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