I'm just starting to design reports and already ran into the limits of my knowledge, so I hope you can help. I have a Class name as a header and then a detail section that has the following fields: Date of class, Teacher, and other...
I wish my report would show the Class name in the header, then list of dates from the detail section in one row and then the rest in detail section. So, instead of:
ClassName: Module I
-----------------------
01-01-06 TeacherName OtherInfo1
01-02-06 TeacherName OtherInfo2
01-08-06 TeacherName OtherInfo3
i wish to show it like this:
ClassName: Module I
TeacherName
ClassDates: 01-01-06, 01-02-06, 01-08-06
-----------------------
OtherInfo1
OtherInfo2
OtherInfo3
I wish my report would show the Class name in the header, then list of dates from the detail section in one row and then the rest in detail section. So, instead of:
ClassName: Module I
-----------------------
01-01-06 TeacherName OtherInfo1
01-02-06 TeacherName OtherInfo2
01-08-06 TeacherName OtherInfo3
i wish to show it like this:
ClassName: Module I
TeacherName
ClassDates: 01-01-06, 01-02-06, 01-08-06
-----------------------
OtherInfo1
OtherInfo2
OtherInfo3