Incremental Imports

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

Guest

I am trying to import 2 different excel worksheet into a access table and
want to keep addign to that particular table.Is that possible
 
I am trying to import 2 different excel worksheet into a access table and
want to keep addign to that particular table.Is that possible

I'd suggest using File... Get External Data... Link to the
spreadsheet, and run Append queries to move the data into your table.

Once you have done so, the data is completely independent of Excel;
you can keep adding data in Access, edit it, delete records, etc. as
you wish. Changes made to the spreadsheet will NOT be reflected in
Access, though.

John W. Vinson [MVP]
 
you can keep adding data in Access
Unless your primary key is an autonumber field, otherwise the unique index
would stop duplicate information.
 

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