S
SAC
I'm running a loop and incrementing a counter.
I would like a form to display the counter as it progresses.
I've tried:
forms![Form1]![Text0] = intCounter + 1
forms![Form1].refresh
forms![Form1].setfocus
but this doesn't work.
Any ideas?
Thanks.
I would like a form to display the counter as it progresses.
I've tried:
forms![Form1]![Text0] = intCounter + 1
forms![Form1].refresh
forms![Form1].setfocus
but this doesn't work.
Any ideas?
Thanks.