run macro in external db

C

CScott

I have split my db into a application db and data db utilizing table links.
I want to be able to run a macro in the data db (which updates the tables)
from the application db.
 
S

Steve Schapel

CScott,

The macro should be in the application db. There is no problem to have
the macro in the application db to work with the data in the linked
tables in the data db.
 
C

CScott

Steve,
Thanks for responding.
The tables I am linking to are created by an extensive set of queries in the
data db.
The "source" tables are very large (over 500K rows) and are updated nightly.
To increase performance in the application db, I run a set of queries (via
macro) to create the linked files.
I would like to have a command button on a form within the application db
that would run the macro within the data db to re-create the linked files.
I know Access pretty well, but am not familiar with VB.
Thanks again ...
 

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