- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I think you should be able to do what you want with some code in the calculate event of the Name cell of the second tables, something like this JavaScript;
xfa.resolveNode("Table1.Row1[" + Row1.index + "].TextField1").rawValue;
This assumes the first table is called Table1 with the repeating row called Row1 and the second table also with a repeating row called Row1 and the column called TextField1.
If you need more help, maybe post a link to a sample of your form and we can refer to the correct fields.
Bruce