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
Outlook Data File says "Not Available"
SQL 2000 Error -2147024888 when executing DTS from Stored procedure
Windows cannot read from this disk. The disk might be corrupted, or it could be using a format that is not compatible with Windows.
How to read field names from an XSD file.
Too Many Cell Formats
Update query syntax
I have a query as a tables data source, I need some text fields to stay staic never increment by 1
Unicode Support on SQL 2005
write a IF_And_Then, OR statement correctly
criteria in dlookup