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.
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.