G
Guest
Hello everyone,
I'm trying to print out the results of a survey. My tables were not
normalized, so after a crosstab query, I'm able to get these as columns:
QuestionNo
SurveyDate
Excellent
Good
Unsatisfactory
Total
Excellent, Good, Unsatisfactory and Total represent the total number of
Excellent, Good or Unsatisfactory responses for each question. Total is the
total number of responses for each question.
What I would like is a report that looks like this:
Nov04 Dec04 Jan 04 ...
Question# 1
Excellent 15 13 17
Good 2 5 3
Unsatis. 1 0 2
Total 18 18 22
Question# 2
Excellent 13 16 11
Good 3 2 1
Unsatis. 1 0 2
Total 17 18 14
...
I'm having tough time with this. Could anyone guide me in the right
direction? Any help is greatly appreciated.
I'm trying to print out the results of a survey. My tables were not
normalized, so after a crosstab query, I'm able to get these as columns:
QuestionNo
SurveyDate
Excellent
Good
Unsatisfactory
Total
Excellent, Good, Unsatisfactory and Total represent the total number of
Excellent, Good or Unsatisfactory responses for each question. Total is the
total number of responses for each question.
What I would like is a report that looks like this:
Nov04 Dec04 Jan 04 ...
Question# 1
Excellent 15 13 17
Good 2 5 3
Unsatis. 1 0 2
Total 18 18 22
Question# 2
Excellent 13 16 11
Good 3 2 1
Unsatis. 1 0 2
Total 17 18 14
...
I'm having tough time with this. Could anyone guide me in the right
direction? Any help is greatly appreciated.