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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top