Application.Run "projectname .procedurename"

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 by use of the syntax
above. However, when I try it, Access tells me that the procedure can not be
found.
 
D

Douglas J. Steele

Have you set a reference to the other project? (Through Tools | References
while you're in the VB Editor)
 

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