Link to home
Start Free TrialLog in
Avatar of SeanNij
SeanNijFlag for South Africa

asked on

IIF Function return either True or False

Hi all, trust you are well.

MS Access - building a query. I have a Y/N field.

Based on a Tick box on a form: If the tick box is true - return all the values, if the tick box is false - return only false.

I tried this: IIf([forms]![activityBar]![CaseM]=True,OR(True,False),False)

Clearly doesnt work.
ASKER CERTIFIED SOLUTION
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial