Microsoft
Software
Hardware
Network
Question : Pause sub, open form, continue sub to update
How to I do this?
1. from a sub routine on Form 1 open Form 2 and pause.
2. After a click on Form 2, set a global variable then close Form 2. ( I know how to do this )
3. After Form 2 has closed continue with sub routine on Form1 where we update a field with the global variable value.
Answer : Pause sub, open form, continue sub to update
in your codes on sub routine on Form 1 open Form 2 in modal/dialog mode,
this will halt your code in the sub and will resume after you close form 2
docmd.openform "Form2",,,,,acdialog
Random Solutions
Major problem with AJAX and server.transfer to AJAX page
Having trouble getting Dynamics AX4 to connect to AOS server from a DMZ
Get Columnname of a matched value
MS Power Point 2007 stops runing
Access Import of Excel Customized Date Formats into Text Field
Setting Up SMTP Mail Service on Windows XP
SSRS percentage equation
Access Query Sequential Counter
Real-Time Audio Stream Capture And Manipulation Through Microphone
Can I remove Active Directory from AD Recovery Mode (F8) on W2K Server?