New text block depending of value

G

Garry

Hi all

Depending on the value of FieldType1 being X or Y

How do I insert a whole letter either Letter X or Letter Y.
Maybe a whole paragraph

I'm probably doing this wrong

any pointers would be most appreciated

thanks Garry
--
 
G

Greg

Garry,

By use of the term FieldType1, I am assuming that you are using a
protected form and the field bookmark is "FieldType1"

Now you need an IF field a Ref field and a couple of IncludeText
fields. Both are described in the help file.

Your end result should look something this:

{ IF {REF FieldType1} = "X""{IncludeText "C:\\Some Text"}"{IncludeText
"C:\\Some Other Text"}}
 
L

leftnotracks

Enter a conditional stement by selecting "If...Then...Else" from the Insert
Word Field button in the Merge toolbar.
 
G

Garry

Hi Greg

I know nothing of protected forms or bookmarks. This is just an ordinary
field that either contains X or Y.

thanks Garry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top