C
Chieferman
I have a conditional form field in a word document.
Here is the code:
IF {|PRIMARY_INSURED|Primary_Address2|}=<>" " " { Enter Primary
Address2 ^|PRIMARY_INSURED|Primary_Address2|10004,10150,53|ATTRIBUTE|
^ }"
So what I am saying is if the address2 is blank don't enter anything.
If it has a value enter that value. But since I have put this form
field to the right of another form field for address 1 I want to put
the address 2 on the next line. In other words I want to insert a
carriage return line feed in the code.
Here is the code:
IF {|PRIMARY_INSURED|Primary_Address2|}=<>" " " { Enter Primary
Address2 ^|PRIMARY_INSURED|Primary_Address2|10004,10150,53|ATTRIBUTE|
^ }"
So what I am saying is if the address2 is blank don't enter anything.
If it has a value enter that value. But since I have put this form
field to the right of another form field for address 1 I want to put
the address 2 on the next line. In other words I want to insert a
carriage return line feed in the code.