This is really stupid question to ask, but I am stuck.
I am trying to evaluate expression in the form of Xor and operator.
If (CheckBoxControl1 Xor CheckBoxControl2) and (CheckBoxControl3 Xor CheckBoxControl4)and etc... then
Do this
else
do that
End if
My Problem is that I have many CheckBoxControls to check, and now I am unable to write more CheckBoxControl on the same line. I think there is a limit on how many characters you can type on the one line in Access.
Is there another way, I can write my expression?
Thank you in advance
ParyGoal