N
nooB
Hi,
I'm running an SQL Update code as part of an On_Click
event of a form button, my problem is that the code
appears to continue to run after the SQL line before the
SQL line has completed the Update to the table.
Is there a way to stop the code after the Docmd.RunSQL
line until the SQL code has completely finished the Update
to the Table?
My proble is occuring as after running this code I'm
trying to reset field values back to 0 to allow for
following changes, should I just move this code to
elsewhere and just *hope* that the previous code has
completed before I get to it?
nooB
I'm running an SQL Update code as part of an On_Click
event of a form button, my problem is that the code
appears to continue to run after the SQL line before the
SQL line has completed the Update to the table.
Is there a way to stop the code after the Docmd.RunSQL
line until the SQL code has completely finished the Update
to the Table?
My proble is occuring as after running this code I'm
trying to reset field values back to 0 to allow for
following changes, should I just move this code to
elsewhere and just *hope* that the previous code has
completed before I get to it?
nooB