G Guest Sep 10, 2007 #1 I am trying to set up a command button in Database "A" to run a macro in Database "B". Can anyone help with this?
I am trying to set up a command button in Database "A" to run a macro in Database "B". Can anyone help with this?
S Steve Schapel Sep 15, 2007 #2 RobSol, You can use a RunApp macro within Database A. The Command Line argument would be along these lines: "C:\Program Files\...\Msaccess.exe" "C:\YourFolder\DatabaseB.mdb" /x NameOfMacroB
RobSol, You can use a RunApp macro within Database A. The Command Line argument would be along these lines: "C:\Program Files\...\Msaccess.exe" "C:\YourFolder\DatabaseB.mdb" /x NameOfMacroB