M
MKMurphy
I am creating a form with Yes and No option buttons. However, some questions
don't apply, and I need to display an option button NA for those questions.
My underlying table is set up as such: PKQuestionID, QuestionText,
Response(this is the only field the user changes), and IsResponseRequired. I
have optNA.Visible=False. My form is Continuous View. I want to read the
value of IsResponseRequired and if =0(meaning the user doesn't have to answer
the question) then make optNA visible so they can choose it.
Question is, where do I place the code? Not in Form.Load or Detail.OnPaint.
thanks,
MKM
don't apply, and I need to display an option button NA for those questions.
My underlying table is set up as such: PKQuestionID, QuestionText,
Response(this is the only field the user changes), and IsResponseRequired. I
have optNA.Visible=False. My form is Continuous View. I want to read the
value of IsResponseRequired and if =0(meaning the user doesn't have to answer
the question) then make optNA visible so they can choose it.
Question is, where do I place the code? Not in Form.Load or Detail.OnPaint.
thanks,
MKM