I have a dw that contains a nested dw in the middle. Let's assume the space I have on the master dw that is allotted to the nested dw is 4 inches. I want the space allotted for the nested dw to stay the same as I have text above and below. Let's assume that when I retrieve the dw, the nested dw returns 8 rows and the data fits nicely into the allotted space.
My issue is if the nested dw retrieves more rows than the allotted space, the additional rows are 'cut-off' from view on the master dw. I can't check the auto-size height box as I don't want the space bigger.
What I want to happen is if the nested dw retrieves more rows than will fit into the space, the master dw would go to a second page. The nested dw would then show the additional rows like my image shows.