Hey Experts!
Currently, the value entered in BoxA is subtracted from the value of BoxB. This means you could enter a number that exceeds the value in BoxB, resulting in a negative value in BoxB.
How can I prevent that?
Thanks in advance.
Figured it out.
Make another condition that states BoxA is equal to or less than BoxB.