The error message is coming from your denominator being initially
undefined until a value is posted to NumericField2.The way around it is
(in FormCalc):if (NumericField2>0) then
(NumericField7/NumericField2)*100 endifThis tells it to only execute the
forumla when NumericField isn't 0 or null.