Application.Run "projectname .procedurename"

  • Thread starter Thread starter Allan V. Pimble
  • Start date Start date
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.
 
Have you set a reference to the other project? (Through Tools | References
while you're in the VB Editor)
 
Back
Top