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
Microsoft, Office, 2003, "There is not enough free disk space in the echo directory. Please delete one or more files from the echo directory before procedding."
Browser Problem
The process could not execute 'sp_replcmds'
Display localhost time
Applying Group Policies at any point of time
Pass user-defined table name to another form and run DoCmd.CopyObject
application_beginrequest
How to do a bulk delete without growing transaction log?
Delegwiz deny mod?
C# VS2008 Win App - HOw can I create nice form skins - can I download them?