Avatar

Level 2

I have solved most of my 2-column layout problems with tables.

Are you putting a subform with many fields into a table cell? Would it work to set up your table with more than one row--instead using a row for each field/data element? That would confine the overflow to continuing in the same table column page to page. I've used this solution successfully.

I also have achieved 2-column layouts by assigning subforms to named content areas on the master page. The Subform Pagination tab lets you assign a form to a specific content area, and then assign which content area comes next if the content overflows.

Hope that helps a bit. I have been very frustrated by trying to achieve two column layouts that work as I want them to.