Hello to all. In short, a two-column table in a sub-form is not expanding properly when text boxes contain enough content to force the row to split onto the subsequent pg.
My form is comprised mainly of two different tables, each residing on a different subform which is set to display based on an option at the top of the form. Neither subform is visible when the user opens the form. On the master page, the radio button option controlling which form displays, appears in a content area I called "initial" and the subforms holding each respective table appear in a content area I named "content".
Table "a" has two columns. In column 1 are categories/text labels which have no data entry fields, and column 2 consists of various fields for each category row, in the table. I'm having trouble when contents of the dynamically expanding rows which contain text fields, expand beyond a full page-length of text content, at which point it simply stops expanding and cuts itself off from the rest of the table. This only happens in my 2-column table.
Table "b" has one column and the text field content expands to as many pages as is required by what the user pastes in. There is only one text field in this table and getting it to overflow properly was not as difficult.
Does anyone have any tips or tricks that can help keep table rows in the 2-column table dynamically expanding properly?
I had to wrap each text object in column one of the table with a flowing subform, so that the cells of column 2 could expand beyond one page (in the event that one of the expanding text boxes had loads of text copied into it).
The form is working pretty nicely now.