> I have a form letter set up as a mail merge and one of the mail merge fields
> is a code that I want to use to select an entire "paragraph" to be used in
[quoted text clipped - 5 lines]
> the people should receive and I want to use one standard letter with a
> different paragraph telling them of their gift..... thanks
You would just use embedded IF statements.
{IF CODE = "CODE TYPE 1" "PARAGRAPH ONE GOES HERE" "{IF CODE ="CODE TYPE 2"
"PARAGRAPH TWO GOES HERE" ""}""
Indeed, you can put complete letters in IF statements, not just paragraphs,
so the whole document could be different for each code type...
Graham