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 | Pass | Pass |
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