AccessDeano
Trying not to be a newbie
- Local time
- Today, 08:39
- Joined
- Aug 29, 2003
- Messages
- 30
I have looked at threads using Private Sub Detail_Format which I believe I need, however I am confused.
I have a report, which is derived from a cross tab query.
The report has 10 questions in it. 9 questions have 4 possible answers and the last question has 2 possible answers.
Therefore my report has 4 columns showing the number of responses to the 4 possible answers to each question.
However, question 10 is a straight yes or no.
I need to show question 10 differently in my report.
I think I need to disable 2 of the boxes, which currently show 0 for question 10, however I am not sure how I show the code to disable a field when the answer to question 10 only = zero for 2 of the fields.
Does any of this make sense?
Thanks
I have a report, which is derived from a cross tab query.
The report has 10 questions in it. 9 questions have 4 possible answers and the last question has 2 possible answers.
Therefore my report has 4 columns showing the number of responses to the 4 possible answers to each question.
However, question 10 is a straight yes or no.
I need to show question 10 differently in my report.
I think I need to disable 2 of the boxes, which currently show 0 for question 10, however I am not sure how I show the code to disable a field when the answer to question 10 only = zero for 2 of the fields.
Does any of this make sense?
Thanks