Save record in a form

S

StePie

In a form (Continuous Forms) how can I save the new record before calling a
new form in wich I add some information for that record...
Thank you in advance..
 
R

Rick Brandt

StePie said:
In a form (Continuous Forms) how can I save the new record before
calling a new form in wich I add some information for that record...
Thank you in advance..

Me.Dirty = False
 
Top