Article ID: 282315 - Last Review: March 29, 2007 - Revision: 6.1 Access appears to hang when you preview or print an object in PivotTable viewThis article was previously published under Q282315 Novice: Requires knowledge of the user interface on single-user computers.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). On This PageSYMPTOMS
When you preview or print an object in PivotTable view, you receive the following message:
Previewing or printing this PivotTable view might take a long time because it displays a large amount of detail data. Microsoft Access might not respond for some time. Do you want to continue? * For more information, consult the Microsoft Knowledge Base article Q282315. 510702 CAUSE
The PivotTable is displaying a large amount of detail data.
RESOLUTION
There are two approaches for working around this behavior. You can either reduce the amount of detail data being displayed in the PivotTable, or you can use a different view if you need to preview or print many detail records. Reducing the Amount of Detail Data DisplayedYou can reduce the amount of detail data being displayed by viewing only the summary data, and then drilling down to see specific details as needed. The following steps demonstrate how to build a PivotTable that displays only summary data, and how to drill down to see specific details for printing:
Reducing the Amount of Data Displayed by Using a FilterYou can also reduce the amount of data that is currently displayed in the PivotTable by applying a filter. To reduce the amount of data that is displayed in the PivotTable by applying a filter, follow these steps:
Switch to a Different View Before Previewing or PrintingIf you need to display a large amount of detail data while you preview or print the object, switch the object to another view, such as Datasheet view or Form view. These views do not use the PivotTable component, and are not subject to its limitations when printing.STATUS
This behavior is by design. MORE INFORMATION
PivotTable views are designed for summarizing and analyzing data, while at the same time giving you the ability to drill down to view detail data. For example, if you notice something interesting about a particular summarization, you can drill down and view specific details. PivotTable views are not optimized for displaying and printing many detail records at once. When you view detail data in a PivotTable, the number of visible cells greatly increases. In order to display the contents of each cell, the PivotTable component generates a separate ADO recordset for each cell in the PivotTable. As the number of cells that are displayed in the PivotTable increases, so does the number of ADO recordsets that the PivotTable component must open and manage. This results in a longer time to preview or print the PivotTable. Even though previewing or printing a PivotTable may be slow, you may notice that the same behavior does not occur when you view the object in PivotTable view. This is because the PivotTable component only opens the number of ADO recordsets required to display the cells that are currently visible on the screen. As you scroll up or down the window to view other cells, the PivotTable component opens additional ADO recordsets as needed. This differs from previewing or printing because the PivotTable component must open all recordsets required by the PivotTable before the first page is previewed or printed. The length of time it takes for the data to be displayed depends on a number of factors, such as the number of cells displayed within the PivotTable, the processing speed of your computer, and the amount of free memory on your computer. Steps to Reproduce the BehaviorWARNING: Following these steps will cause Microsoft Access to stop responding for some time on your computer. Make sure you save and close any open work on your computer before following these steps.
| Article Translations
|
Back to the top
