run a macro in another database

S

Sam

Hello all,

Please can someone tell me how to by creating a macro run a designated macro
in another database??

10x
 
C

Chris E.

Here's an example:
"C:\Program Files\Microsoft Office\Office10\msaccess.exe"
t:\CS_HC\CS_HNA_BONUS\CS_STRATEGIC_BUSINESS.mdb /x SBT_BONUS

The /x designates a macro and SBT_BONUS is the macro name.

Oh yeah this is a "RunApp" function of a macro.
 
Top