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
mstsc rdpfile published on citrix
Access 2007 - Query Question
OS4 MultiTask Programming: How to get network while in Background?
VB.net query problem
large list best practices
Dead harddrive - clicking sound
DatetimePicker in datagridview MSDN example problem
Citrix web interface error 31203
Windows 7 Enterprise vs Ultimate?
SPRY DataSet - not updating on screen after successful update to database