keeping subreports together

M

mc

I have a student grading program which produces a report for each student by
student id number.

The 'main' report starts with an English grade, since all students must take
English.

The rest of the subjects are all subreports to the 'main' report.

IF a student has a certain subject the subreport for that subject will
appear as part of the student's report.

Most student reports are 3 to 4 pages long.....but do not need to be.

I can't get the separate sub reports to print on one page..?

For example a math grade may have the header with teacher, section, room
number etc..on one page and the teacher comments and / or grade on the next
page.

I've tried different grouping configurations but can not get it right

any ideas?

please email [email protected]

thanks!
 
S

Sprinks

Hi, mc.

Have you set the Can Shrink property of your subreports to Yes? This will
let them shrink to the minimum size for printing.

It's not, clear to me, however, why different subreports are required for
your application. There is a one-to-many relationship between Students and
StudentCourses, so I'd think a single report definition with the student's
name, etc. in the report header, and the course info in the Detail section
would handle all courses.

Hope this helps.
Sprinks
 
Top