C
Catcher
I have a crosstab query that has year as row heading and month in the column
heading as represented below. My selected date range includes 2006, 7 and 8
and results in each year with a separate row in the query and "Month 1"
through "Month 12" as the columns:
Expression in the Query Field is;
Expr1: "Month " & DatePart("m",[Order Date],1,0)
Properties:
"Month 1","Month 2","Month 3","Month 4","Month 5","Month 6","Month 7","Month
8","Month 9","Month 10","Month 11","Month 12"
In addition to liminating the year as a row heading, what do I need in the
field and the properties to return all on a single row with column headings
"Jan 06" (or anything close indicitive of Month / Year) through the most
recent month for which my query has data? Thanks!
heading as represented below. My selected date range includes 2006, 7 and 8
and results in each year with a separate row in the query and "Month 1"
through "Month 12" as the columns:
Expression in the Query Field is;
Expr1: "Month " & DatePart("m",[Order Date],1,0)
Properties:
"Month 1","Month 2","Month 3","Month 4","Month 5","Month 6","Month 7","Month
8","Month 9","Month 10","Month 11","Month 12"
In addition to liminating the year as a row heading, what do I need in the
field and the properties to return all on a single row with column headings
"Jan 06" (or anything close indicitive of Month / Year) through the most
recent month for which my query has data? Thanks!