Pull macro from other database

scmitc

New member
Local time
Today, 09:38
Joined
Jul 29, 2011
Messages
8
I need to pull a macro from a different database. The name of the macro is "Delete"; the path of the database is: D:\Databases\ADDS\Master

I've been told I can use the Run App macro and put in code to tap into the macro. I've put in the following code but am getting an error message - can someone help?

Call Shell("msaccess" "D:\Databases\ADDS\Master.mdb" /x Delete")


Many thanks.
 
You need to "PULL" a macro or you need to "RUN" a macro from another database. To pull a macro to me means that you are wanting to import it into your database from the place it is now. To run a macro from there would be different. So, which is it?
 
Sorry - to clarify...I need to RUN the macro.
 

Users who are viewing this thread

Back
Top Bottom