Microsoft Access provides several techniques to help you analyze data.
Create a crosstab query
You can use a crosstab query (query: A question about the data stored in your tables, or a request to perform an action on the data. A query can bring together data from multiple tables to serve as the source of data for a form, report, or data access page.) to calculate and restructure data for easier analysis. Crosstab queries calculate a sum, average, count, or other type of total for data that is grouped by two types of information— one down the left side of the datasheet (datasheet: Data from a table, form, query, view, or stored procedure that is displayed in a row-and-column format.) and another across the top.

A select query
A crosstab query based on the select query
Add a PivotTable list to a data access page
A PivotTable list is an interactive table that you can use to analyze data dynamically from within a Web browser. At run time, users can change the layout of the PivotTable list. They can move the fields that are displayed in the row, column, and data area of the PivotTable list, or add or remove fields from the list. Users can also filter, sort, and group data.
The following illustration shows a PivotTable list on the Orders data access page.

View a datasheet or form in PivotTable view
Access 2002 or later provides a PivotTable view for datasheets (datasheet: Data from a table, form, query, view, or stored procedure that is displayed in a row-and-column format.) and forms. In this view, you can build an interactive report using the fields underlying the datasheet or form. The view uses a Microsoft Office PivotTable Component, so you can do all the things that you can do on a PivotTable list. You can add fields to the view, move or remove fields, and filter, sort, and group data.
The following illustration shows the Employees table in PivotTable view.
