Good morning
Thanks in advance for your assistance. I have two 'yes/no' fields displayed in a form that are dependent and I want to use a validation in the form to prevent them from both being ticked yes but what I've tried doesn't seem to be working.
The database is for school attendance and the fields are 'Full day' and 'Half day'. They can both be no, or either yes, but not both yes.
I've tried ([Full day] =-1) XOR ([Half day] =-1) but I'm obviously doing something wrong. Suggestions?