Importing data from excel into access

  • Thread starter Thread starter Jackie
  • Start date Start date
-----Original Message-----
Hi!

Is there anyway to import or copy data from excel
spreadsheets into access?

Thanks!
.
There are a number of ways. A quick way is in the
control source of a text box enter =dde
("excel","sheet1","r1c1") r1c1 is row 1 column 1
 
Yes, in access click file, then get external data, then
change the file type to excel and select your file and
follow the prompts.

You can also do it using vb with the TransferSpreadsheet
action.
 
Back
Top