nested sub form

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

Guest

I have created a nested sub form attached to another sub form. After I enter
data in the nested sub form and then close the main form, it does not save
the data in the nested sub form.

How do I change the nested sub form so that it saves the data entered into
the nested sub form?

thanks,

Peter
 
I have created a nested sub form attached to another sub form. After I enter
data in the nested sub form and then close the main form, it does not save
the data in the nested sub form.

How do I change the nested sub form so that it saves the data entered into
the nested sub form?

thanks,

Peter

There's nothing per se about nesting that would prevent a subform from
updating. What is the nested subform's Recordsource? Its parent's
Recordsource? Its Master and Child Link Fields? Are the controls on the
sub-subform in fact bound to table fields?

John W. Vinson [MVP]
 

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