Re: Force Row Headings in Crosstab?
- From: Chris <Chris@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Nov 2008 14:17:01 -0800
How do you do this is you want to see the same weekly data by month as well?
Jan
Days TotalIssues IssueA IssueB IssueC
1 3 2 1 0
2 0 0 0 0
3 2 1 1 0
4 1 0 1 0
5 0 0 0 0
6 0 0 0 0
7 1 1 0 0
Feb
Days TotalIssues IssueA IssueB IssueC
1 4 2 2 0
2 1 1 0 0
3 2 1 1 0
4 1 0 1 0
5 0 0 0 0
6 0 0 0 0
7 1 1 0 0
"Duane Hookom" wrote:
Create a table with all days. Add this table to a query with the results of.
your crosstab. Set the join line to include all the records from the table
of days.
--
Duane Hookom
MS Access MVP
--
"Jeff Schneider" <JeffSchneider@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:84F5BDF4-14F2-41DC-B5F9-93BA936BAAC8@xxxxxxxxxxxxxxxx
I know how to force Column Headings in a Crosstab Query. Is there a way to
force Row Headings as well?
Current query gives this:
Days TotalIssues IssueA IssueB IssueC
1 3 2 1 0
3 2 1 1 0
4 1 0 1 0
7 1 1 0 0
I want it to look like:
Days TotalIssues IssueA IssueB IssueC
1 3 2 1 0
2 0 0 0 0
3 2 1 1 0
4 1 0 1 0
5 0 0 0 0
6 0 0 0 0
7 1 1 0 0
- Prev by Date: RE: Repost - help to merge 2 queries
- Next by Date: RE: Set Warnings in MS Access 2007
- Previous by thread: Re: Force Row Headings in Crosstab?
- Next by thread: Re: How do you dump the contents of a query into an Excel speadshe
- Index(es):