Application.Run "projectname .procedurename "

A

Allan V. Pimble

Access 2003 Run Method

Access help says that you can run a procedure in another project using the
Run method of the Application object with the above systax. When I try this,
however, access says that it can not find the procedure.
 
Top