In a Microsoft Access crosstab query, you can specify only one field or calculation as the value. You may want to show more than one value in the query.
The following example shows two columns of information per company, a count of the number of orders, and the order totals for each year:
Company Name 1998 Orders 1998 Total 1999 Orders 1999 Total
--------------------------------------------------------------
ABC Company 12 $855.00 15 $1010.25
XYZ Company 1017 $22045.57 1050 $25345.29
This type of query is sometimes called a Multiple Value Field query.