I currently have an crosstab query containing several pcs of data. The Column heading is a date related to to some data being queried from outside Access (not relevant).
I am trying to write a report to display this data so I may distribute it.
My issue arrises in that the query column names are variable. There are 8 columns representing the dates of the week's orders.
IE if I run today the query column headings are: 8/1/03, 8/2/03, 8/3/03, 8/4/03, 8/5/03, 8/6/03, 8/7/03, 8/8/03
If I run the report next week the column headings would be: 8/8/03, 8/9/03, ..... , 8/15/03.
Can I get the report to use these column headings and change each week?
Note: VB is okay/preferred.
Start Free Trial