You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
I have 10 checkboxes in a custom form and I want to validate that at lest one has been checked. I have tried
IIF((CB1 = No) and (CB2 = No) and (CB3 =No), False,True)