I have an Access 2007 report, that contains a couple of subreport (actually, one or more subreports of subreports), and it is very slow to format, to print or even to output to pdf (though that is the fastest, oddly enough); it is even slow to toggle from design to view mode. I could live with all of that except...
It will fail after about 10 pages. The report's source is a query returning departments and one department report usually fits onto one page. If my query returns 10 to 12 records (or more), the output fails shortly after formatting the first 10 or 11 pages, with a system rescouces exceeded error message.
Is there a way to correct this, or even to step through the report and gain insight into what it is that is soaking up all the memory? I have tried this on other machines, I have tried making all objects local (as opposed to on networked drives, etc.), there are no linked tables, etc., just a lot of sum over group text boxes on subreport/report footers, and the like.
Right now I'm having to cut my query effectively into segments, and output ten at a time, but that is confusing to the end user, to receive, instead of one pdf with 50 departments and (roughly) 50 pages, five segments of ten pages, marked 'A', 'B' etc.
I can share either the query (a parameter query, referencing other queries tied to a form), or the report or both, but so far a general search on 'slow report' and 'system resources exceeded' has not returned results.
Many thanks,
T.Y.
It will fail after about 10 pages. The report's source is a query returning departments and one department report usually fits onto one page. If my query returns 10 to 12 records (or more), the output fails shortly after formatting the first 10 or 11 pages, with a system rescouces exceeded error message.
Is there a way to correct this, or even to step through the report and gain insight into what it is that is soaking up all the memory? I have tried this on other machines, I have tried making all objects local (as opposed to on networked drives, etc.), there are no linked tables, etc., just a lot of sum over group text boxes on subreport/report footers, and the like.
Right now I'm having to cut my query effectively into segments, and output ten at a time, but that is confusing to the end user, to receive, instead of one pdf with 50 departments and (roughly) 50 pages, five segments of ten pages, marked 'A', 'B' etc.
I can share either the query (a parameter query, referencing other queries tied to a form), or the report or both, but so far a general search on 'slow report' and 'system resources exceeded' has not returned results.
Many thanks,
T.Y.