Save record in a form

  • Thread starter Thread starter StePie
  • Start date Start date
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..
 
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
 
Back
Top