I have a form where changes to orders are recorded. If a change is marked (a checkbox) as Delete Only, I want another field to force the person entering it to enter a negative dollar amount, and vice versa (if the change is not Delete Only, I want the field to force the person to enter a positive amount). I can't seem to get this to work. I tried using a comparison operator on the amount field, but I keep getting error messages. I tried looking up the comparison operators in the Help menu, but that only confused me more. What do I need to do?