Answered
I am trying to do a simple calculation that involves division. It is my understanding that because it involves division I am getting the following error:
"The value entered does not match the format of the field [xxxxxx]"
Here is the calculation I'm trying to do:
field1/field2*100
Can anyone help me with a script that will stop this message from occurring?
Thanks in Advance
J. Alan
Blank and null strings are treated as zero in arithmetic calculations.
What is the value of a number divided by zero?
If you are trying to compute a percentage, I recommend using the 'Percentage' format option.
You can change the format of the field to 'None' and observe the result.
George Kaiser