Hello. In my custom form, I have a few sections in which I want the user to select one or more boxes. The best way I though to do this is verify whether one of a bunch of values is set to True.
So for example, if the there were Checkbox1, Checkbox2, and Checkbox3, all three would have something like (Checkbox1 = True) or (Checkbox2 = True) or (Checkbox3 = True).
This solution didn't work. I'm pretty sure it has both to do with both my logic and syntax. In the above example, all three checkboxes are bound to Fields of Type Yes/No, Format Icon, and Property to Use Value. If anybody has any suggestions on either what I'm doing wrong, or a smarter way of doing this, it would be greatly appreciated.
So for example, if the there were Checkbox1, Checkbox2, and Checkbox3, all three would have something like (Checkbox1 = True) or (Checkbox2 = True) or (Checkbox3 = True).
This solution didn't work. I'm pretty sure it has both to do with both my logic and syntax. In the above example, all three checkboxes are bound to Fields of Type Yes/No, Format Icon, and Property to Use Value. If anybody has any suggestions on either what I'm doing wrong, or a smarter way of doing this, it would be greatly appreciated.