Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I greatly appreciate the help this neophyte recieved here recently so here is
another question. I am using an access DB to create a merged word Document, sending letters to other colleagues. I have it set up fine if I know the recipeints last name and company, but if the name field is blank I would like it to automatically insert another word. e.g if it is to Mr smith, at Mountainview Business Ctr it should say "Dear Mr Smith". But if it is to some one unknown at Bayview Business Ctr it should say "Dear Colleague" I have the Insert before or after if not blank thing down, but the preformed wizard that comes up with the genereic greeting line is not what I want Thanks Tom |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Hi ?B?RHJUb21pblJJ?=,
I am using an access DB to create a merged word Document, sending letters to other colleagues. I have it set up fine if I know the recipeints last name and company, but if the name field is blank I would like it to automatically insert another word. e.g if it is to Mr smith, at Mountainview Business Ctr it should say "Dear Mr Smith". But if it is to some one unknown at Bayview Business Ctr it should say "Dear Colleague" I have the Insert before or after if not blank thing down, but the preformed wizard that comes up with the genereic greeting line is not what I want Is this alternate form of address something you have stored in a look-up table, and can bring into the data source via a query? If yes, then you can set up an IF field in the mail merge that looks something like Dear { IF { Mergefield Name } = "" "{ Mergefield AltAddress }" "{ Mergefield Name }" } Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Or if the alternative is not in the data file you could test the missing
field as suggested by Cindy and insert the following construction: Dear {IF{Mergefield name} "" "{Mergefield Name}" "Colleague" } Use CTRL+F9 to insert the field boundaries {} You may find http://www.gmayor.com/formatting_word_fields.htm useful. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Cindy M -WordMVP- wrote: Hi ?B?RHJUb21pblJJ?=, I am using an access DB to create a merged word Document, sending letters to other colleagues. I have it set up fine if I know the recipeints last name and company, but if the name field is blank I would like it to automatically insert another word. e.g if it is to Mr smith, at Mountainview Business Ctr it should say "Dear Mr Smith". But if it is to some one unknown at Bayview Business Ctr it should say "Dear Colleague" I have the Insert before or after if not blank thing down, but the preformed wizard that comes up with the genereic greeting line is not what I want Is this alternate form of address something you have stored in a look-up table, and can bring into the data source via a query? If yes, then you can set up an IF field in the mail merge that looks something like Dear { IF { Mergefield Name } = "" "{ Mergefield AltAddress }" "{ Mergefield Name }" } Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating dynamic cross reference links in a Word document | Microsoft Word Help | |||
Word applies direct format on File open | Microsoft Word Help | |||
Suppressing Merge Field and text before/after | Microsoft Word Help | |||
Formatting merge fields: inserting a paragraph mark before a field | Mailmerge | |||
Text Form Field Ref in Footer Won't Update on Screen | Microsoft Word Help |