Thanks for your help....
I've got a cross-tab query that I want a report from, essentially a repair type per worker table.
Here's my problem...
I need to be able to show the recipients of the report the "column totals" where the values are "null" also..ie zero. When I go to generate my query, I get only the columns that there is an occurence for.
Example.
I've got two workers, Jim Bob and Bubba (I'm in Tenn, bear with me...). They have 3 different jobs they can do in a month. They each two "Job A's", one "Job B's", and no "Job C's" over the requested time period...
So I want my report to look like this...
Job Summary
Worker Job A Job B Job C Total
Jim Bob 2 1 0 3
Bubba 2 1 0 3
------------------------------------
Total 4 2 0 6
And right now, without "hard coding" the report, all I can create is this
Job Summary
Worker Job A Job B Total
Jim Bob 2 1 3
Bubba 2 1 3
----------------------------
Total 4 2 6
Is there any way for me to create the query with it requiring to show the "blank columns"? I've got a table in the database that lists all the possibilities (there is 9 'jobs').
Thanks for your help....
Torn
"...I award you no points..."
I've got a cross-tab query that I want a report from, essentially a repair type per worker table.
Here's my problem...
I need to be able to show the recipients of the report the "column totals" where the values are "null" also..ie zero. When I go to generate my query, I get only the columns that there is an occurence for.
Example.
I've got two workers, Jim Bob and Bubba (I'm in Tenn, bear with me...). They have 3 different jobs they can do in a month. They each two "Job A's", one "Job B's", and no "Job C's" over the requested time period...
So I want my report to look like this...
Job Summary
Worker Job A Job B Job C Total
Jim Bob 2 1 0 3
Bubba 2 1 0 3
------------------------------------
Total 4 2 0 6
And right now, without "hard coding" the report, all I can create is this
Job Summary
Worker Job A Job B Total
Jim Bob 2 1 3
Bubba 2 1 3
----------------------------
Total 4 2 6
Is there any way for me to create the query with it requiring to show the "blank columns"? I've got a table in the database that lists all the possibilities (there is 9 'jobs').
Thanks for your help....
Torn
"...I award you no points..."