Column Headings in a cross tab query

J

Jerri

The following message was given to be able to display zero's in a query when
there are no records for the given month. Could someone explain to me
farther how to use the instructions below.

Thanks

Exception is if your query is a crosstab query with months being the columns
produced byt the crosstab. Then you can use the ColumnHeadings property to
force the display of all desired columns even if the data does not include
records for every column being produced.
 
Top