Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I need to do a catalog mail merge from Excel 2000 into Word 2000. Here is a
brief example: «name» «addr_1» «city», «state» «zip» Phone: «phone_no_1» Fax: «fax_no» I need a command/formula for the merge not to print the word "Phone" or "Fax" if there is not a phone number or fax number listed for that member. |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Try
{ IF "{ MERGEFIELD phone_no_1 }" = "" "" "Phone: { MERGEFIELD phone_no_1 }" } where /all/ the {} are the special field braces you can insert using ctrl-F9. If that does not quite work, try { IF "{ MERGEFIELD phone_no_1 }" = "" "" " Phone: { MERGEFIELD phone_no_1 }" } -- Peter Jamieson http://tips.pjmsn.me.uk "cweidler" wrote in message ... I need to do a catalog mail merge from Excel 2000 into Word 2000. Here is a brief example: «name» «addr_1» «city», «state» «zip» Phone: «phone_no_1» Fax: «fax_no» I need a command/formula for the merge not to print the word "Phone" or "Fax" if there is not a phone number or fax number listed for that member. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail-Merge: Can we have master detail relationship or multiple entities in word Mail-Merge? | Microsoft Word Help | |||
Take Mail Merge in Word back the the Mail Merge Helper 1,2,3 Form. | Mailmerge | |||
collate pages in mail merge vs mail merge being single document | Mailmerge | |||
Proteced Form with Mail Merge Section-Mail Merge is "lost" whe | Microsoft Word Help | |||
mail merge doc with further linked/embedded mail merge docs not playing the game | Mailmerge |