Not quite... I should have explained it better. I need to have multiple
tables, but the information in the first two columns will be the same in
all of the tables. So, I'm looking for a way to repeat that information.
The problem that I'm having is that each time the form is filled out,
there will be a different number of rows, so I'm using the add instance
script to add rows to the table. I need the data in table 1 row 1 column
1 to automatically appear in table 2 row 1 column1 and in table 3 r...