G
GA
Can someone please help me with my problem.
I want to carry the values of several controls on a form forward to
new records but only if an existing value has changed.
I have to avoid messing up existing data so I though the best way was
for each of the controls that I want to copy I could set a constant in
the 'after update' event for that control and then in the 'on current'
event for the form test for Me.NewRecord and then set the values of
each of the controls from the constants.
I need some help with the code to set the constants and any other
insights with what I am trying to do.
Thanks GA
I want to carry the values of several controls on a form forward to
new records but only if an existing value has changed.
I have to avoid messing up existing data so I though the best way was
for each of the controls that I want to copy I could set a constant in
the 'after update' event for that control and then in the 'on current'
event for the form test for Me.NewRecord and then set the values of
each of the controls from the constants.
I need some help with the code to set the constants and any other
insights with what I am trying to do.
Thanks GA