Get New Repeating Section to Contain Data from Previous Rep. Sec.

J

Janie

Hello,
I'm trying to get a new repeating section to contain text (in a text box or
expression box) that was entered into a text box in the old repeating section.

E.g, each repeating section might contain text boxes like this...

Goals for this week:
Goals for next week:

I'd like for the text entered into "Goals for next week:" to appear in the
next section's "Goals for this week:"

Any ideas?
 
M

Michelle

In the textbox's on change event you can write code to clone (copy) the nodes
of the first repeating section and add them to the second repeating section's
nodes.
 
Top