View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Tony Jollans
 
Posts: n/a
Default How can I? If statement ?

The simplest is probably to have multiple IF fields, each returning an
e-mail address or nothing ...

{ IF { ClosingName } = Fred }{ IF { ClosingName } = Jack
}{ etc.

--
Enjoy,
Tony


"Buttercup" wrote in message
...
I have a mail merge that I have set up. Each letter has a closing from a
choice of 5 different people. I would like to include the appropriate

e-mail
address with each letter depending on the person in the closing.

I believe I can do some type of IF statement for this, but not sure how to
do this since there are 5 different people.

Hopefully this makes sense.

Thank you,

Jeanmarie