Application.Run

A

Allan V. Pimble

Access help says you can use the Run method of the Application object to run
a procedure in another project from your current project using the following
syntax:

Application.Run "projectname .procedurename ", "Arg1"

However, when I try it, Access tells me that the procedure can not be found.
 
Top