Could you share your table structure? I'm not sure how you expect us to help
you without understanding your data.

Signature
Duane Hookom
MS Access MVP
--
> Hi,
>
[quoted text clipped - 18 lines]
> than 70 answer choices.
> Any help will be appreciated.
Kaur - 30 Nov 2005 12:58 GMT
Hi,
There are three tables for this particular report that are being used.
LkupQuestion has all the questions, LkupAnswerChoices has all the
anwerChoices. The third table contains the association of questions and
anwer choices with the response rate. The third table looks like this
which is pulling the report.
QuestionID Answer ChoiceID Response
1 1 50%
1 2 30%
2 3 20%
2 4 10%
and so on.
Thanks
Duane Hookom - 30 Nov 2005 17:06 GMT
There are several sample crosstab reports at
http://www.invisibleinc.com/divFiles.cfm?divDivID=4. The crosstab.mdb has a
report where the column headings might differ.

Signature
Duane Hookom
MS Access MVP
--
> Hi,
> There are three tables for this particular report that are being used.
[quoted text clipped - 11 lines]
> and so on.
> Thanks
Kaur - 30 Nov 2005 20:08 GMT
Thanks ever so much!! It saved me a lot of time figuring out how to
generate a report like this.