nested sub form

P

PeterR

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
 
J

John W. Vinson

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]
 
Top