Microsoft
Software
Hardware
Network
Question : How to interrupt code to make data changes
I would like to know the best way to interrupt a Do Loop to display a form and make data changes.
For instance, my vba code is checking thru all contacts looking for discrepancies. when one is located, I need to make changes in one or two fields, then take up the search again where I left off.
Can I suspend the code, maybe open a form with the fields needed, make corrections, then resume the code?
If not, are there other ways to accomplish the same thing?
Answer : How to interrupt code to make data changes
You can open a form using the acDialog parameter and that will halt the code until the form is closed.
Random Solutions
How can I handle dbNull in Linq?
How to Installing SQL-DMO on sql 2008
SSIS Package Hangs in SQL Job
CISCO UC520 - IP Phones & Computers on different ip ranges.
Shared calendar does not show appointments until refreshed
Microsoft PKI Design
Screen resolution changed - Fedora 13
Relative Size Pivot Table Macro
service restart after logrotate
XSLT and RESTful Web Services