I'm trying to have the value of a text field in a repeating subform
(lets call it the “Identify” subform) of my form to be set to the value
of “TextField18” in the corresponding subform instance of the “Groups”
subform.In more detail:In the form I ask the question - how many groups
do you have? The number for that answer is the number of instances of
the "Groups" subform that I have. Within that subform is a text field
("Text Field18") where the user would enter the name of the group.Later,
in a...