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
Grouping by pallet#
I am trying to add an edit, delete function to an existing gridview
How to specify OS variables from VFP
WSUS - Missing update icon to apply updates
How do I create a list that automaticly resizes to fit the content?
Can I disable ListView column resizing?
Outlook folders mysteriously missing
How to open document in Flash Drive from Silverlight Application in drive
Windows 2008 certutil -keyrecover fails when I try to recover a key.
fill datagrid based on drop down box values