G
Guest
I have added a checkbox to one of my reports and depending on what other
checkboxes on my report are checked off I want the checkbox I added to either
be checked or unchecked.
Here is an example.
Physio FD Visit SMGH Visit FA Form Required
[ ] [ ] [ ] [x] [
]
[x] [ ] [ x] [ ] [x ]
I want the "Form Required" checkbox to be checked if anyone of the following
are checked off "Physio", "FD Visit", and "SMGH Visit". If just "FA" is
checked then I don't want "Form Required" to get checked.
This is what i have in the "Form Required" Control Source Property....
=IIf([Physio] Or [FD Visit] Or [SMGH visit],True,True)
But this makes the "Form Required" checkbox set to True(checked) all the
time, no matter what senerio.
Can anyone help me with my IIF statement.
Thanks in advance.
checkboxes on my report are checked off I want the checkbox I added to either
be checked or unchecked.
Here is an example.
Physio FD Visit SMGH Visit FA Form Required
[ ] [ ] [ ] [x] [
]
[x] [ ] [ x] [ ] [x ]
I want the "Form Required" checkbox to be checked if anyone of the following
are checked off "Physio", "FD Visit", and "SMGH Visit". If just "FA" is
checked then I don't want "Form Required" to get checked.
This is what i have in the "Form Required" Control Source Property....
=IIf([Physio] Or [FD Visit] Or [SMGH visit],True,True)
But this makes the "Form Required" checkbox set to True(checked) all the
time, no matter what senerio.
Can anyone help me with my IIF statement.
Thanks in advance.