ACC: Cannot Set ColumnHeadings Property of Crosstab Using Code

ID: Q155667


The information in this article applies to:

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:

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