Hello,
I have a table that has a layout like this:
CourseID(Text)|UserID(Text)|Paragraph1(Memo)|Paragraph2(Memo)
What I want is to get a report in this format, but I'm not sure how:
CourseID1
Heading Label for Paragraph1
User1 - Paragraph1 - blah, blah...
User2 - Paragraph1 - blah, blah...
User3 - Paragraph1 - blah, blah...
Heading Label for Paragraph2
User1 - Paragraph2 - blah, blah...
User2 - Paragraph2 - blah, blah...
User3 - Paragraph2 - blah, blah...
<Next Page>
CourseID2...
I think it is something with subreports in the Details area of the main report which is grouped on the CourseID, but the subreports seem to split things into multiple pages where it should only be one page or do other odd things. Any ideas for how to create this report?
Rico
I have a table that has a layout like this:
CourseID(Text)|UserID(Text)|Paragraph1(Memo)|Paragraph2(Memo)
What I want is to get a report in this format, but I'm not sure how:
CourseID1
Heading Label for Paragraph1
User1 - Paragraph1 - blah, blah...
User2 - Paragraph1 - blah, blah...
User3 - Paragraph1 - blah, blah...
Heading Label for Paragraph2
User1 - Paragraph2 - blah, blah...
User2 - Paragraph2 - blah, blah...
User3 - Paragraph2 - blah, blah...
<Next Page>
CourseID2...
I think it is something with subreports in the Details area of the main report which is grouped on the CourseID, but the subreports seem to split things into multiple pages where it should only be one page or do other odd things. Any ideas for how to create this report?
Rico