Hi,
I've been tasked to generate a report which is basically a grid XLS type table with totals.
The columns are the months of year and the rows are various categories.
These have no bearing on any table data or records in the entire DB , but are all calculation fields.
Is the only way to create the data for the report is to create a temp table and write the code to populate the table with the calculated results?
I don't see how any standard query could get to the data required.
Can Access reporting engine take a column value (a date) and transform it somehow into a column heading representing each month of the year?
I guess I'm talking grouping somehow but not down the report page, but across?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I've been tasked to generate a report which is basically a grid XLS type table with totals.
The columns are the months of year and the rows are various categories.
These have no bearing on any table data or records in the entire DB , but are all calculation fields.
Is the only way to create the data for the report is to create a temp table and write the code to populate the table with the calculated results?
I don't see how any standard query could get to the data required.
Can Access reporting engine take a column value (a date) and transform it somehow into a column heading representing each month of the year?
I guess I'm talking grouping somehow but not down the report page, but across?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts