Excel to Access

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

Guest

How do i have a changing list of data (e.g columns date,name,price) that
changes every day that i can export to access into a datbase. There could be
50 entries one day and 1 the next. macro ?
 
On Wed, 29 Mar 2006 15:42:02 -0800, Zygan Condie <Zygan
How do i have a changing list of data (e.g columns date,name,price) that
changes every day that i can export to access into a datbase. There could be
50 entries one day and 1 the next. macro ?

You can use the menu option File... Get External Data... Import from
Access; or you can write VBA code in either an Excel Macro or an
Access Module to run an append query. The details will depend on just
what you want to import (do you want to overwrite existing data?
append data? or what?) and on the structure of your spreadsheet and
your tables.

John W. Vinson[MVP]
 

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