Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run Method

Status
Not open for further replies.

watchh

Technical User
Joined
Dec 27, 2002
Messages
3
Location
US
I'm trying to use the run method to start a Sub from a Sub that is runnig after a condition is met. Access freezes evertime it runs, no error messages? Any suggestions or other methods that can give the results needed?
 
You need to be a little more specific. The Application.Run method is actually supposed to run a function in a remote database.

To run a subroutine from within the database:
MySub
Or
Call MySub



-------------------------------------
scking@arinc.com
Try to resolve problems independently
Then seek help among peers or experts
But TEST recommended solutions
-------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top