I have a field yes/no field for a test. Then I have combo boxes for all the possible outcomes if the test is positive.
On the report...I made a text box with:
=iif([cervical_extension]=true,"The patient demonstrated"&" "&[cervext1]&,& &" " &[cervext2]& "upon cervical extension.","")
Which works great. BUT...I need to be able to have the [cervext1] and [cervext2] be check boxes NOT comboboxes.
How do I write the control source so that [cervext1] is actually a checkbox values?
I tried:
=iif([cervical_extension]=true,"The patient demonstrated"&" "&(iif([leftsup]=true, "positive for left superior pain",""))& " " &"upon cervical extension.","")
but I get an error that I may have a comma without an operator.
Is it possible to embed a check box like I embedded a combo box in the text box control source?
Please and thank you!!!
Kristyn
On the report...I made a text box with:
=iif([cervical_extension]=true,"The patient demonstrated"&" "&[cervext1]&,& &" " &[cervext2]& "upon cervical extension.","")
Which works great. BUT...I need to be able to have the [cervext1] and [cervext2] be check boxes NOT comboboxes.
How do I write the control source so that [cervext1] is actually a checkbox values?
I tried:
=iif([cervical_extension]=true,"The patient demonstrated"&" "&(iif([leftsup]=true, "positive for left superior pain",""))& " " &"upon cervical extension.","")
but I get an error that I may have a comma without an operator.
Is it possible to embed a check box like I embedded a combo box in the text box control source?
Please and thank you!!!
Kristyn