ACC97: Incorrect Totals Occur When You Print or Preview a Report (326453)
The information in this article applies to:
This article was previously published under Q326453 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you perform calculations in a report, the calculations may be incorrect when you print from the Print Preview view or when you preview the report.
CAUSE
You are programmatically calculating your totals. The totals are calculated by using a report event that fires per page. Each page must be previewed to fire that event for that page and then calculate the correct totals.
RESOLUTION
You can use one of the following methods to work around this issue:
Method 1
Print the Report Without Previewing:
Print the report without first previewing the report.
Method 2
Save the Report As a Snapshot:
- Open the report in Print Preview.
- On the File menu, click Save As/Export.
- In the Save As dialog box, click to select To an external file or database and then click OK.
- In the Save as type drop-down list, click to select Snapshot Format, specify the name and location for your snapshot file, and then click Export.
For additional information about report snapshots and Microsoft Snapshot Viewer, click the article number below
to view the article in the Microsoft Knowledge Base:
172348 ACC97: Report Snapshots and Microsoft Snapshot Viewer
Method 3
Scroll Through All Pages of the Report:
- Open the report in Print Preview.
- Use the navigation buttons to scroll through all pages of your report.
Method 4
Put Calculations in an Underlying Query:
If possible, put calculations in an underlying query instead of on the report.
Method 5
View Multiple Pages at a Time:
- Open the report in Print Preview.
- On the View menu, point to Pages and then select the number of pages that you want to view.
Modification Type: | Major | Last Reviewed: | 10/20/2003 |
---|
Keywords: | kbprb KB326453 |
---|
|