on 2016 Jun 02 6:35 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.