Simple "IF" statement in forms
I am trying to accomplish this in the calculation script area on my form: If Text1's total is greater than 0 then Text2 = AK. I have other scripts in my form that accomplish this, however, those are based on exact text versus this situation needing to be based on the "total" or "value" of Text1 being greater than 0, if that makes any sense! For an excel adjacent example =IF(Text1>0,"KY","")
