J
jschping
Hi,
I am trying to design a report that lists student's hobbies, clubs, GPA,
etc, for EACH year of high school, all on one report.
I have normalized tables for each category. For example, I have a Clubs
table. Each row has a foreign key to the Students table, and the name of the
club, and what grade he was in that club. So each student will have multiple
fields in each table.
I created a separate query for each grade, so that I could put it all on one
line like this:
CLUBS [grade 9 club] [grade 10 club ] etc.
Each of those fields is from a different query. But since I can't link a
text control to a single query (at least I don't think I can), I had to make
separate subreport for each one of those fields, linked to its own query.
So I have a report with over 120 subreports!
When I go to Print Preview the report shows up totally fine. When I try to
print it (even one page of it) I get memory errors.
Is there a simpler way to have designed this report?
And if there is, is there an easy way to convert it over? Or do I need to do
tons of work over again?
Thanks!!
I am trying to design a report that lists student's hobbies, clubs, GPA,
etc, for EACH year of high school, all on one report.
I have normalized tables for each category. For example, I have a Clubs
table. Each row has a foreign key to the Students table, and the name of the
club, and what grade he was in that club. So each student will have multiple
fields in each table.
I created a separate query for each grade, so that I could put it all on one
line like this:
CLUBS [grade 9 club] [grade 10 club ] etc.
Each of those fields is from a different query. But since I can't link a
text control to a single query (at least I don't think I can), I had to make
separate subreport for each one of those fields, linked to its own query.
So I have a report with over 120 subreports!
When I go to Print Preview the report shows up totally fine. When I try to
print it (even one page of it) I get memory errors.
Is there a simpler way to have designed this report?
And if there is, is there an easy way to convert it over? Or do I need to do
tons of work over again?
Thanks!!