Crosstab columns

stepone

Registered User.
Local time
Today, 18:43
Joined
Mar 2, 2004
Messages
97
Hi all,

I have a crosstab query which summarises number of retailers by region (rows), and by sales (columns). Sales can be 0-10, 11-20, and so on up to 60+.

I then have a report which displays the data in the crosstab query.

The problem is that if a small number of retailers is selected, then the crosstab may not have all the columns. E.g. there may be no retailers with 11-20 sales. In this case the report gives an error "Column [11-20] not found".

Is there any way to account for potential missing columns in this case ?

Thanks for your help,
Stepone.
 
Consider me clueless.

Pat - Where is the ColumnHeadings property so that I can list my values?

This is exactly what I need if I can figure out how to make it work.

Thanks!
 
on the property sheet of the query
 

Users who are viewing this thread

Back
Top Bottom