Answered
Question.
What would the formcalc be for adding in example var3 = var2 +var1?
I would want var3 to be lets say a text box, and var 2 and 1 will also be a text box.
Im guessing you would not be using a if statement.
Question.
What would the formcalc be for adding in example var3 = var2 +var1?
I would want var3 to be lets say a text box, and var 2 and 1 will also be a text box.
Im guessing you would not be using a if statement.
The formula in FormCalc is:
var2 + var3
But the fields have to be numeric.
George Kaiser