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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top