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 to cleanly kill an Excel object from memory.
C loop string cat a file name + int n loop
sendAndLoad onHTTPStatus issue
From BCD to ADO
VMWare or Hyper-V
How can i use “COALESCE(SUM…” in linq?
Dell poweredge t610 SAS
droid not syncing when outlook is closed
Sage ACT 2010 - How to create the database in the server and provide connection for remote computers
Some sort of offline form that will save entries of data from several users