Say I have 1 Repeating Field and it gets repeated 5 times. I need to have
another repeating table that generates 5 fields in it to be filled out.
Section 1 | Section 2
Field 1 | Field 2
Repeat1 | Repeat1Blank
Repeat2 | Repeat2Blank
Repeat3 | Repeat3Blank
Repeat4 | Repeat4Blank
Repeat5 | Repeat5Blank
Currently when I do this I only get Repeat1Blank in Section and Field 2
I need these to be in seprate Section to solve the large problem I'm facing.
Next problem is I want to repeat both Section1 and Section2
Section1 keeps it's information but Section2 repeats 5 new boxes.
Jeremy
I would guess this needs to be done in code to count the number of lines in
the other repeating table, set a field to that value and then have the other
repeating table reference that field to its number of lines.
Hope this helps
Adam
> Say I have 1 Repeating Field and it gets repeated 5 times. I need to have
> another repeating table that generates 5 fields in it to be filled out.
[quoted text clipped - 12 lines]
> Next problem is I want to repeat both Section1 and Section2
> Section1 keeps it's information but Section2 repeats 5 new boxes.