Welcome to Forums Sign in | Join | Help | Forums
in Search


Mail Merge Question

Last post 09-22-2003 11:10 AM by Gail Hersey. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-20-2003 2:23 PM

    Mail Merge Question

    I usually have a few if then...else conditions in my mail merge letters, but I have only had to choose between two things. However, I have a new letter where I would like to choose a different statement based on gift fund (three to be specific). If the gift fund is "x" I would like my letter to say North Carolina, if the gift fund is "y" the letter should say South Carolina, and if the gift fund is "z" the letter should say North and South Carolina. My question is will this if then... else statement work: {IF {MERGEFIELD Fund_ID_1} = 1257 "North Carolina." {IF {MERGEFIELD Fund_ID_1} = 1259 "South Carolina." "North and South Carolina."} } Thanks for your help! Sharln Chapman Manager of Records and Reports Lutheran Family Services in the Carolinas www.lfscarolinas.org
  • 09-22-2003 11:10 AM In reply to

    Mail Merge Question

    That should work if you only have 3 funds in your data file. You can also list just 3 statements, one after the other: {IF {MERGEFIELD Fund_ID_1} = 1257 "North Carolina"} {IF {MERGEFIELD Fund_ID_1} = 1259 "South Carolina"} {IF {MERGEFIELD Fund_ID_1} = 9999 "North and South Carolina"} You don't have to have a "then" when you're using ifs in Word. - Gail [i]--- Edited at 9/22/2003 11:12:44 AM by [Email Removed][/i]
Page 1 of 1 (2 items)