My nested subform is not visible in Form View

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

Guest

I have a form with a subform and a nested subform within the subform. In
design view for the subform, I can see the nested form but when I switch to
Form View, I can no longer see the nested form. Where did I go wrong?
 
Did you set the Visible property of the subform control to No?

If a form has no records to display, and no new records can be added, the
form's Detail section goes completely blank. This could be caused by setting
its AllowAdditions property to No and its Data Entry to Yes.
 
Thanks Allen, All of these properties are set to Yes. I only have a few
records in that subform but when I go to the record they should be attached
to, there is still nothing in Form View. Also, I want to add records to this
nested subform from the Main form, if it doesn't show up when there are no
records, how would I add them? I'm really confused on this one.
 
Back
Top