I added a few checkboxes to work orders to make it easier for employees to set the correct status. I made it that if you check the box, the staus field is populated with a particular status. However if you click a different checkbox it changes the staus as it should, but the check in the original checkbox remains and this causes some confusion, because then if they click the original checkbox to remove the checkmark, the status reverts. Basically whether your are checking or unchecking the box, it does the same thing. I have searched for a conditional statement that would make it so that it only changes the status if the checkbox was empty and not if it was clicked to remove the checkmark. Can't seem to find anything that will work for me.
I thought about changing them to buttons, but then I can't write a hoover over for help message.
Any thoughts?
Thanks,
Maureen