When I use execCalculate it seems to fire twice. Is there a way to tell why?
This is the environment:
Subform0
-Subform1
-Checkboxes1 (onClick: execCalculate)
-Button1 (onClick: execCalculate)
-Subform2
-Checkboxes2 (onClick: execCalculate)
-Button3 (onClick: execCalculate)
...
Both the Checkboxes and Button onClick cause the execCalculate to run twice.