Here is a puzzler.
I have a database which has in it a number of participants, a number of products, and the testing grades given.
The participants test a number of products, usually 3, a number of times, each time they grade the products for look, which is A - E, Useability which is 1 - 5, and Value which is also 1 - 5.
I want to create a report which will show me the participant, and the 3 products. I want the report to show me how many times they have tested each product, and also count the amount of times that they have graded for looks A, B, C etc. how many times graded useability 1, 2, 3 etc. how many time graded value 1, 2, 3 etc. so that the report looks something like:
-----------------------------------------------------------
Participant: ????????
Product: 1st 2nd 3rd
??? ??? ???
Look: A B C D E
?? ?? ?? ?? ??
Useability: 1 2 3 4 5
?? ?? ?? ?? ??
Value: 1 2 3 4 5
?? ?? ?? ?? ??
----------------------------------------------------------
Each series of ?? is a value that is in a table
I have a number of crosstab queries that I have created which gives me the results for each item, however how do I get these onto one report?? because when I try the report crashes for a number of reasons.
Is there a way, any ideas would be apreciated, even a stab in the dark will hopefully give me a pointer.
I have a database which has in it a number of participants, a number of products, and the testing grades given.
The participants test a number of products, usually 3, a number of times, each time they grade the products for look, which is A - E, Useability which is 1 - 5, and Value which is also 1 - 5.
I want to create a report which will show me the participant, and the 3 products. I want the report to show me how many times they have tested each product, and also count the amount of times that they have graded for looks A, B, C etc. how many times graded useability 1, 2, 3 etc. how many time graded value 1, 2, 3 etc. so that the report looks something like:
-----------------------------------------------------------
Participant: ????????
Product: 1st 2nd 3rd
??? ??? ???
Look: A B C D E
?? ?? ?? ?? ??
Useability: 1 2 3 4 5
?? ?? ?? ?? ??
Value: 1 2 3 4 5
?? ?? ?? ?? ??
----------------------------------------------------------
Each series of ?? is a value that is in a table
I have a number of crosstab queries that I have created which gives me the results for each item, however how do I get these onto one report?? because when I try the report crashes for a number of reasons.
Is there a way, any ideas would be apreciated, even a stab in the dark will hopefully give me a pointer.