G
g.vanswaaij
Hi everyone,
I'm currently working on a database which will store the results of a
questionnaire. The questions are located in a table "Question". Some
of the questions are multiple choice, the possible answers are stored
in a table "Answer". Whether or not the questions are multiple choice
is determined by the field Question.qType, which can be "M" for
Multiple choice or "O" for Open question.
Now I am creating a report to print all the questions, and it has a
Detail section for every question. This section contains some info on
the question, headings for the answer possibilities, and another
Detail section for every answer. Now the problem is, those headings
also show if there are no answer possibilities (ie, open question). Is
there a way to hide them if this is the case?
Thanks,
Gijs van Swaaij
I'm currently working on a database which will store the results of a
questionnaire. The questions are located in a table "Question". Some
of the questions are multiple choice, the possible answers are stored
in a table "Answer". Whether or not the questions are multiple choice
is determined by the field Question.qType, which can be "M" for
Multiple choice or "O" for Open question.
Now I am creating a report to print all the questions, and it has a
Detail section for every question. This section contains some info on
the question, headings for the answer possibilities, and another
Detail section for every answer. Now the problem is, those headings
also show if there are no answer possibilities (ie, open question). Is
there a way to hide them if this is the case?
Thanks,
Gijs van Swaaij