cancel
Showing results for 
Search instead for 
Did you mean: 

Repeating Subform in Heading

Archie-Hammer
Explorer
0 Kudos
1,437

I have created a form the has at the end a set of classes taken. I created a heading that has static information Name, location, etc. and then a sub-form with the short title of classes taken. I don't know how many classes have been taken or their titles until run time.

In the details I want to have the name, location, etc. then have a repeating sub-form for pass/fail results.

I am able to get the view I want until it exceeds the first page.

What I want:

Page 1 Heading:

Name     Location     Class1     Class2     Class3

Page 1 Detail

John     Loc1            Pass         Pass       Fail

Jane     Loc1            Pass         Pass       Pass

Page 2 heading

Name Location Class1 Class2 Class3

Page 2 Detail

Joe      Loc2        Pass     Pass    Pass

What I get now

Page 1 Heading:

Name     Location     Class1     Class2     Class3

Page 1 Detail

John     Loc1            Pass         Pass       Fail

Jane     Loc1            Pass         Pass       Pass

Page 2 heading

Name     Location

Joe  Loc2    Pass PassPass

I want to make sure that I can get a consistent look and feel when I don't have all the information before runtime.

thanks ion advance for the help,

Archie

View Entire Topic
Archie-Hammer
Explorer
0 Kudos

Unfortunately using a table does not help the situation because the number of cells is never set until run time. If there is a way to have a variable set of cells/columns for the table that would be ideal.

At this time I have setup a header structure with a set of fields for display and a subform that will display the results.