J
John S. Ford, MD
I understand the basic concept of crosstab queries and can create one in
Access 2000 (using the crosstab wizard). What I'm wondering is if it's
possible to create such a query using more than one fields. For example,
suppose I have table tblEmployeeReviews with fields ReviewIDNum, Name,
Efficiency (Good, Fair, Bad) and Speed (Good, Fair, Bad):
1 John Good Fair
2 John Bad Fair
3 Steven Fair Good
4 John Good Bad
5 Steven Bad Good
I want to create a crosstab query whose result looks like this:
Name EfficiencyTotal EfficiencyGood EfficiencyFair
EfficiencyBad SpeedTotal SpeedGood SpeedFair SpeedBad
John 3 1 0
2 3 0 2
1
Steven 2 0 1
1 2 2 0
0
The crosstab query wizard appears to only allow one to use one field at a
time (eg. Efficiency). Is there to use two or more?
John
Access 2000 (using the crosstab wizard). What I'm wondering is if it's
possible to create such a query using more than one fields. For example,
suppose I have table tblEmployeeReviews with fields ReviewIDNum, Name,
Efficiency (Good, Fair, Bad) and Speed (Good, Fair, Bad):
1 John Good Fair
2 John Bad Fair
3 Steven Fair Good
4 John Good Bad
5 Steven Bad Good
I want to create a crosstab query whose result looks like this:
Name EfficiencyTotal EfficiencyGood EfficiencyFair
EfficiencyBad SpeedTotal SpeedGood SpeedFair SpeedBad
John 3 1 0
2 3 0 2
1
Steven 2 0 1
1 2 2 0
0
The crosstab query wizard appears to only allow one to use one field at a
time (eg. Efficiency). Is there to use two or more?
John