Stephanie Cantwell:
I am afraid to copy a repeating table (or random number of rows of data) from secondary data source to another DOM will require code.
Stephanie,
Thank you. I have been trying to code this, but the Object model help and examples are pretty thin. If the table in my main data source is:
<AttendanceTable ClassSection="English 225">
<StudentName/>
<Attended/>
</AttendanceTable>
and my secondary data source is:
<StudentRecords>
<StudentName/>
<CurrentClasses>
<Class/>
</CurrentClasss>
</StudentRecords>
What is the objects/methods:
-
To get the the student name from the student record where class the class = English 225
-
Populate the student name field for each row in the Attendance table
Thank you,
Ren