Good afternoon,
Let's say that I have 3 boxes; boxA, boxB, and boxC. In a formula I have boxB=boxA+1 and boxC=boxB+1.
If boxA = 1, then boxB=2 and boxC=3.
If I change boxB to = 3, then boxC=4.
When I submit the form, in my database all is correct. boxA=1, boxB=3, boxC=4.
When I load the form, the boxes show boxA=1, boxB=2, boxC=3; which is not the same as in the database, even though I'm loading the boxes via lookup rule.
Took me a while to figure out that the formula predominates the lookup rule. I'm looking for a way to overcome this so that the boxes retain the database/table values, and only changes when I change I box?
In other words, don't trigger the formula, unless I change one of the boxes.
Any ideas or suggestions?