Thanks for your answer, unfortunately I cannot link directly by row
index, since there may not be an entry in Row1 for the value in
Row2.However, I read through this thread this morning [made more sense
than when I saw it on Friday]:Reading Data from a Table using loopand I
finally have something working, a bit like thisvar rowCount =
Table1._Row1.count;var i = 0;//this.text = "hidden";this.field =
"";//for (i = 0; i < rowCount; i++) {if (xfa.resolveNode("Table1.Row1["
+ i + "].Reference_Line")....