ACC: Cannot Set ColumnHeadings Property of Crosstab Using Code

ID: Q155667


The information in this article applies to:
  • Microsoft Access versions 2.0, 7.0

Moderate: Requires basic macro, coding, and interoperability skills.

SYMPTOMS

The online Help topic for the ColumnHeadings property reads as follows:

Version 7.0


   You can set this property using the query property sheet or Visual
   Basic. 

Version 2.0


   You can set this property using the query property sheet, a query's SQL
   view, or Access Basic. 
The documentation is incorrect. The ColumnHeadings property cannot be set using Visual Basic for Applications (or Access Basic in version 2.0).


MORE INFORMATION

The ColumnHeadings property is not an exposed property of the QueryDef object. It can be created and then appended to the QueryDef's properties collection, but it will have no effect on the actual column headings for the crosstab query.

You can change the column headings in a crosstab query by using one of the following methods:

  • Set the ColumnHeadings property on the query's property sheet.


  • Modify the PIVOT clause in the SQL view of the query.


  • Modify the PIVOT clause of the QueryDef object's SQL property using Visual Basic for Applications.


To see an example of how to programmatically change the column headings of a crosstab query, please see the following article in the Microsoft Knowledge Base:
Q155489 ACC: Changing Column Headings in a Crosstab Query Using Code


REFERENCES

For more information about the ColumnHeadings property , search for "ColumnHeadings property," using the Microsoft Access for Windows 95 Help Index.

For more information about SQL property of a QueryDef object, search for "Querydef objects," and then "SQL property" using the Microsoft Access 7.0 Help Index.

Additional query words:

Keywords : kbusage
Version : WINDOWS:2.0,7.0
Platform : WINDOWS
Issue type :


Last Reviewed: July 14, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.