Macro to automatically import data

M

Mark Perry

I'm using an ODBC connection to import data from a UNIX db into Access. Every
time I make changes to the db and want to re-import, I have to select the
connection, choose the tables etc. - time consuming!

Can someone tell me how to write a simple vb script which when run will
automate this process?
 
M

Mark Perry

Steve - that's really helpful, thanks very much.

Is there any way of running all macros in an Access database at the same
time? At the moment I can only run them one by one.
 
S

Steve Schapel

Mark,

You can make a separate macro, using a series of RunMacro actions, to
run each of the other macros in one hit... is that what you mean?
 
M

Mark Perry

Sorry, I was being stupid - I've just worked out that you can run multiple
instances of TransferDatabase (or any other action) from within the same
Macro. Thanks for the help.

Mark.
 

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

Top