I have designed a one page report (a page of 9 graphs) for a company’s “KPI’s” or Key result areas. The information comes from different sources and so I have used sub-reports, which all feed from different queries.
My queries are crosstab queries that include a similar expression ( Expr 1:Month([Date of Sale]) ) as a column heading to feed into graphs.
Then, in each of the 10 Query Properties, I set the column headings (1,2,3,4,5,6,7,8,9,10,11,12) so that the data feeds into the reports in the correct order. I set label headings ( “Jan Feb Mar…… etc) in the main report to pull it all together.
I now need to show this data on a 12 month rolling basis. I can replace the Jan, Feb and March 2005 data with relevant 2006 data OK, but now, each month, I need to change the order of the labels in the report and then go into every query to change the order of the column headings.
Can anyone suggest an easier solution or advise how I can change the column headings (and labels) by code.
Thanks
Robert