I read up on writing conditional statements and didn't find my answer...so I apologize in advance if I just missed it.
I am using simplified notation in a field to get a percentage when two other fields are divided. Unfortunately, it leaves me with errors when either of these fields are blank...and I plan to forward this as a blank form when it's complete.
I have the following fields:
"Income"
"MSA"
...which when divided give me:
"percent_MSA"
When either [Income] or [MSA] are blank or "0," I am given the error:
"The value entered does not match the format of the field [ percent_MSA ]"
While I know this is only temporary, and filling in the fields negates the error, it's an annoyance I would like to get rid of before I forward the form to our users.
My thinking is that by using a conditional stating that if [income] or [msa] are null, [percent_msa] should be null as well. Does this work? And if so, what's the coding?
Thanks
-Chris
George Kaiser