J
JessicaMorris via AccessMonster.com
I'm trying to make a macro repeat. What I actually want is to use the
'repeat expression' field, but nothing I do seems to make it run >ONCE.
Thinking I might not be stating the expression correctly, I tried to just use
'repeat count', but it still runs only once. It's a very simple 'transaction
processing' macro:
open form
go to first record
run macro (repeating)
macro (repeating):
set values
next record
Can anyone help?
Thanks,
JMM
'repeat expression' field, but nothing I do seems to make it run >ONCE.
Thinking I might not be stating the expression correctly, I tried to just use
'repeat count', but it still runs only once. It's a very simple 'transaction
processing' macro:
open form
go to first record
run macro (repeating)
macro (repeating):
set values
next record
Can anyone help?
Thanks,
JMM