transfering data from excel to access??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I was just wondering if its possible to somehow copy the table content from
Excel and paste it into Access? Since I have a lot of information in the
table, it would take me forever to enter the information in one record at a
time.
Thanks
 
Hello
I was just wondering if its possible to somehow copy the table content from
Excel and paste it into Access? Since I have a lot of information in the
table, it would take me forever to enter the information in one record at a
time.
Thanks

You can use the TrasnsferSpreadsheet method to import your spreadsheet
data using code. See VBA help files.
or ....
simply click on File + Get External data + Import.
Follow the import wizard instructions.
 

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

Back
Top