I have multiple number fields that perform calculations based on GPA, Credits, Quality Points etc.. the last two fields divide previous returned values but when the form opens I get the overflow error.
How do you surround the calculation with a check to assure the variables are non zero, non-null?
How can you prevent the fields from trying to calculate until the form is loaded?
Any help is greatly appreciated.