Avatar

Level 2

Ok with your advise I have all but one feature fixed.

At the end of my form a I have a second single row table with drop down fields, text fields etc in the columns. I have added a button just like I have for the first expandable table (that one works fine. I can add and delete rows from it). My parent document is set to flowed. The java script I have used for the second table add row button is Table2._Row1.addinstance(1);

This table is set on the parent document and is not in a subform. There are two positioned subforms in the hierachy above my second table. My first table is not wraped in subform either. I believe it expands because the parent document is set to flowed.

How would you suggest that I get my last single row table to dupliate the row when I click the add button?

-Shane