I have used the statement:
Forms![frmUpdates]![txtsofar] = Forms![frmUpdates]![txtsofar] + 1
in a loop in a module. I was expecting the form to visual update as the loop is processed.
For some reason the form is only updated when the loop ends
Is there another statement I need to use to refresh the text fieldas it progresses through the loop.
Forms![frmUpdates]![txtsofar] = Forms![frmUpdates]![txtsofar] + 1
in a loop in a module. I was expecting the form to visual update as the loop is processed.
For some reason the form is only updated when the loop ends
Is there another statement I need to use to refresh the text fieldas it progresses through the loop.