Beginner Question - Automation of Importing to Db

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

Guest

I am using Access 03. I have a 1,000 line db in which I am trying to automate
the importing/appending of additional data. Duplicates are not a problem.

From what I have read the best way to do this is using a macro. The excel
file that want to append to the db has the same headers as the database. I
want to be sure before I try importing that I do not overwrite my existing db.

Does anyone have any suggestions. Thx.
 
Steve:

What would probably be better would be to set up an Import Specification,
and then reference it through VBA.

Check the help files, for more information.

Good luck.

Sharkbyte
 
Hi Steve - create an Append Query. You can then use it in a macro to run it
automatically.
 

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