I need a some guidance on a formula to remove values maybe added by mistake. I have Field Rules to hide Tables until a box is checked. Once values are entered, they stay regardless of unchecked the box.
The following formula is where I'm trying to place a zero in the Verbal box under Disorderly Conduct if I was to uncheck the above box.
=IF(Description_of_Contact_1.Disorderly_Conduct = "FALSE",(0))
Any help is appreciated.