K
Keith
I have a form with a button which runs a routine. I also have a field on
the form that I want to say how many times the routine has go round a
loop in the code. I have line in the loop to do this, but the field on
the form only updates after the whole thing is finished. I presume this
is due to Access being to busy to refresh the form, even though I have
put in a refresh command. How can I force the form to be updated? I
know the rest of it works fine because if I let the routine run to the
end or break out of the code the field updates.
Anybody got any ideas?
the form that I want to say how many times the routine has go round a
loop in the code. I have line in the loop to do this, but the field on
the form only updates after the whole thing is finished. I presume this
is due to Access being to busy to refresh the form, even though I have
put in a refresh command. How can I force the form to be updated? I
know the rest of it works fine because if I let the routine run to the
end or break out of the code the field updates.
Anybody got any ideas?