Question : Create report out of crosstab where column name changes

hello,
how can i create a report out of a crosstab query where each column header name changes as the months go by?

the cross tab is pulling data off of a query where it groups each part by monthly usage.
Part | Month | Qty
aa     09         56
aa     10         67
bb     09         67
bb     10         87

i then create a cross tab query and it gives me results

Item | 09 | 10 | 11
aa     56   67   70
bb     10   87
etc.

the column name will change every month since its looking for the past 3 months of data. how can i create a report where the column name will change monthly?

Answer : Create report out of crosstab where column name changes

It can be done using a empty report and changing the labels and control sources using visual basic. See some ideas here:

http://support.microsoft.com/kb/328320

http://www.blueclaw-db.com/report_dynamic_crosstab_field.htm

Also google "access crosstab query report"
Random Solutions  
 
programming4us programming4us