Macro help needed

R

Roe

I have a macro that copies and transforms certain
variables from one form to another. However, the macro
only works on the first record in the form. If I enter
more than one record, it ignores the rest. What function
in Macro design can I do to make the macro run for all
enteries in my primary form? So if I enter a new record
with a new order#, I want it to copy over to my other form.
Please help
 
K

Ken Snell

You need to give us much more detailed info about your setup. What do you
mean by "copy variables" from one form to the other? When does the macro run
(on which event)?
 
Top