Saving a subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to save a record in a subform? I have a main form that
displays a subform showing only one record. Since I can't navigate to
another record to save it, I was wondering if there is a way to
programmatically save it.


Thanks a lot!

Dan
 
If it helps you, when you move the focus from a SubForm if the SubForm record
is Dirty the record *will* be saved. The same is true when moving the focus
*to* a SubForm from the MainForm, if the MainForm record is Dirty it *will*
be saved.
 
Back
Top