Hello,
I have created a layout that has a table within a subform in the main section of the layout. This table will load entries and expand based on how many entries are found. There is then a signature section located under the table subform. If too many entries are found everything will push to the next page. This is how I want it to work.
The problem that I am having is if there are only a few entries into the table the signature section will push up right under the table section, instead of being located at the bottom of the layout. I have tried to change the table subform to not be auto-fit, and to specify a size. That looks fine, until there are enough entries so that it should push to the next page, and instead will write on top of the signature section, and no additional page is created.
The ideal solution would be that I have the signature section at the bottom of the page, and if too many table entries are displayed it will start the next page with the remaining table entries, and the signature section would be located on the bottom of that next page.
Any suggestions? Thanks.