Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Microsoft Office Access
Search
Search
 
Icon: Flag: (c) Microsoft
Get up to speed
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

About analyzing data
 

Microsoft Access provides several techniques to help you analyze data.

ShowCreate 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.

Comparison of a crosstab and a select query

Callout 1 A select query

Callout 2 A crosstab query based on the select query

ShowAdd 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.

PivotTable list on a data access page

ShowView 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.

Datasheet in PivotTable view

advertisement