ACC: Using IIf() in Crosstab to Limit Column Headings (1.x/2.0)Last reviewed: May 8, 1997Article ID: Q120883 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. You can use the IIf() function to group values under a small number of headings in a crosstab query. This article contains an example demonstrating how to group records by country and count the number of orders placed for each customer.
MORE INFORMATIONThe following example uses the IIf() function to list companies whose name begins with the letter "A" individually, and group all other companies under the "OTHERS" column heading:
REFERENCESFor information about this same topic in Microsoft Access 95 and 97, please see the following article here in the Microsoft Knowledge base:
ARTICLE-ID: Q140910 TITLE: ACC: Using IIf() in Crosstab to Limit Column HeadingsFor more information about the IIf() function, search for "IIf," and then "IIf Function" using the Microsoft Access Help menu. Microsoft Access "User's Guide," version 1.0, Chapter 6, "Designing Select Queries," pages 150-155 Microsoft Access "User's Guide," version 1.1, Chapter 6, "Designing Select Queries," pages 154-159 Microsoft Access "User's Guide," version 2.0, Chapter 12, "Advanced Queries," pages 279-285 Microsoft Access "Language Reference," version 1.0, pages 248-249
|
Additional query words: iif fixed
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |