I have an expandable table that uses the instance manager to permit the user to add rows to the table. The information i need in each row, however, exceeds the width of the page (contact information for a supplier).
I would like to add a second table that pulls in the supplier name from row 0, row 1, row 2, etc. in a field of this second table so i can add some pricing information about the individual supplier. What would be the syntax in thes table2 to add the user entered data from table 1??