You need to set subform 1 to flowed.What is happening is that subform 1
is not expanding with the dynamic table because it is positioned. The
table is expanding outside of its parent subform. As subform 1 does not
expand, then subform 2 does not move.The golden rule is that any subform
that has dynamic content and every one of its parent subforms up the
hierarchy all the way to the root must be flowed.If this rule is not
followed then you will get overlapping content. An easy check is to
click o...