To resolve this behavior, create a query that joins the
appropriate tables, and use the actual columns in the query instead of using
columns that are lookup fields. Use this query for the PivotTable or
PivotChart. For an example of how to do this, follow these steps:
- Create a new query in Design View.
- Add the Customers and Orders tables to the
query.
- Include all fields from the Orders table and only the
CompanyName field from the Customers table. Click to clear the Show check box for the CustomerID field from the Orders
table.
- Open the query in Datasheet View.
Notice that the full
company name is displayed. - On the View menu, click PivotTable View.
Note In Access 2007, click the Datasheet tab, click the arrow under View in the Views group, and then click PivotTable View. - Drag the CompanyName field to the Row drop zone.
Notice that the full company name is
displayed.