Hello all thanks for looking at this...
I want to generate a list of questions that will be answered in a form and be given a value if the user selects from the combo box or the options box. However, I do not want both the combo and the options box to be *Visible*. I want the control to match the type of question.
I was thinking that I would assign each question a question type that the control could look at to see if it should be visible.
i.e. question type =1 then show the Y/N option box or question type =0 then show the combo box. This would be in continious view so the questions would be on one form.
Can anyone help with the visible part of the coding....
Thanks in advance for any assistance that you can provide.
Nick
I want to generate a list of questions that will be answered in a form and be given a value if the user selects from the combo box or the options box. However, I do not want both the combo and the options box to be *Visible*. I want the control to match the type of question.
I was thinking that I would assign each question a question type that the control could look at to see if it should be visible.
i.e. question type =1 then show the Y/N option box or question type =0 then show the combo box. This would be in continious view so the questions would be on one form.
Can anyone help with the visible part of the coding....
Thanks in advance for any assistance that you can provide.
Nick