Yeah - Sorry Skip - The heading is the last requirement. Again, as a follow up, your 2 row per table solution will not work as I mentioned earlier that the columns need to be independent of each other. If you force the data of both columns to be in a new row, you've just defeated their independence.
Page 1
Heading |y yy yyyy yy yy y yyy
xx | yy y y y yyy yy y
| yy yy yy yyy y
xxx | yy yy y y y y
xx | yy yyy yy
| yyy
-----+----------------------
page 2
Heading | yy yy y y y yy yy y
| yy y yyy yyy yy y
x | yy yy y y yy
xx x | y y yyy yy y yy y
BTW, Think I've got it sorted on my own. Looks like I can either use a table in each column, or a two column table with a next single column table in the right column to accomplish this.
Thanks for all the tips.
Jay