I have a database that is used by participants in my study to fill out questionnaires. I am in the midst of producing reports for each of the questionnaire. So far I have created it so that a dialog box pop-up when I click on the button to the open the report for Questionnaire 1 allowing me to filter it just for that participant.
The report is essentially a reproduction of a paper based questionnaire which will allow me to see which answers the participants chose to particular questions.
Right now I have the number of the choice displayed i.e. next to question 1 for example if they chose the first answer then a 1 is displayed and so on,
I would like it if rathen than the number of the answer chosen was displayed, if i oculd display the actual statement.
Is it possible to conditionally display a label or text box based on a else if statement i.e.
If quuestion 1=1 then one line of text is visible, if question 1=2 then another line of text is visible and so on...?
The report is essentially a reproduction of a paper based questionnaire which will allow me to see which answers the participants chose to particular questions.
Right now I have the number of the choice displayed i.e. next to question 1 for example if they chose the first answer then a 1 is displayed and so on,
I would like it if rathen than the number of the answer chosen was displayed, if i oculd display the actual statement.
Is it possible to conditionally display a label or text box based on a else if statement i.e.
If quuestion 1=1 then one line of text is visible, if question 1=2 then another line of text is visible and so on...?