B
bah
Guest
I am in database A and need to run a standard module that is in database B in the background from database A.
What is the VB code to run a module from a different database? I know how to open the module using the following code - is there a way to change the syntax so that it points to this module in a different database?
DoCmd.OpenModule "modules_excel_input_files"
What is the VB code to run a module from a different database? I know how to open the module using the following code - is there a way to change the syntax so that it points to this module in a different database?
DoCmd.OpenModule "modules_excel_input_files"