In my BOUND access form I have [Tolerance] check box, [Tolerance%] box, [LC value] box and [LCA value] box. First one is a check box, second one is integer and rest of the two are currency.
I'd like a code that if finds the [Tolerance] check box UNCHECKED, will make [LCA value] box blank and Disable for editing or adding value. And i f found CHECKED, will Enable [L CA value] box and in it put the result of {[LC value] box value * ([Tolerance%] box value + 100)/100}. Thanks in advance.