Multi-Repeating Tables/Sections - How to Repeat Repeating Section/

J

Jeremy

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.
 
A

Adam Harding

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top