Access 2003 on Windows XP Pro
This seems strange to me, but I've not done much with Crosstab queries to date, so I probably am just ignorant to something.
I created a crosstab query - returned the correct results, no problem.
The item of interest is not necessarily a problem, but it has me stumped nonetheless.
I notice that when I include a Totals colum (To total all the entries for each row), that no matter where I put it in design view, it ends up at the beginning of the list of columns, whereas I would rather it be at the end. Is there some option that I can set to correct that?
If this is too vague, let me know. I am using one field for the row headers, one field for the column headers, and one additional column header, which is the totals.
And just in case this seems a little vague or confusing, I'll make up an example layout to demonstrate:
Let's say I'm looking at Fruit found in various states. For the example, I am not trying to be accurate, just providing an example.
My output is looking like this:
But, I would prefer it to look like this:
Any suggestions, or is this just not possible in Access 2003?
Thanks in advance.
This seems strange to me, but I've not done much with Crosstab queries to date, so I probably am just ignorant to something.
I created a crosstab query - returned the correct results, no problem.
The item of interest is not necessarily a problem, but it has me stumped nonetheless.
I notice that when I include a Totals colum (To total all the entries for each row), that no matter where I put it in design view, it ends up at the beginning of the list of columns, whereas I would rather it be at the end. Is there some option that I can set to correct that?
If this is too vague, let me know. I am using one field for the row headers, one field for the column headers, and one additional column header, which is the totals.
And just in case this seems a little vague or confusing, I'll make up an example layout to demonstrate:
Let's say I'm looking at Fruit found in various states. For the example, I am not trying to be accurate, just providing an example.
My output is looking like this:
Code:
[b]State Total Apple Orange Bananna Grape[/b]
Texas 3 2 1
Ohio 5 1 3 1
Nevada 2 1 1
But, I would prefer it to look like this:
Code:
[b]State Apple Orange Bananna Grape Total[/b]
Texas 2 1 3
Ohio 1 3 1 5
Nevada 1 1 2
Any suggestions, or is this just not possible in Access 2003?
Thanks in advance.