Hi,
Thank you very much for the reply. That is exactly what I need, and I open your form and see how it works and it all makes sense! however when I apply it to my forms it still only displays the value from the first instance of table 1 for all instances of table 2. So if I add 3 rows to the top table, and make the values for the rows '1, 2, 3' when I scroll down to look at the second table, it still shows '1, 1, 1'...
Is this happening perhaps becuase the 2 tables are not contained within the same subform, or even the same page? This is how the code looks on my end:
form1.AuditRegP1.Company_Info_CU.Table2.resolveNode("Row1[" + form1.Page1.TableParent_Company.TableBodyRow1.index + "]").Legal_Company_NameRow1.rawValue
I think I'm very close to what I need here, I'm just not sure what to edit to make it work for my application.