View Single Post
  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
JB reluctantly from WP JB reluctantly from WP is offline
external usenet poster
 
Posts: 5
Default Mergefield suppress if data field blank

Macropod,

Thank you so much! I knew I didn't have to make long complicated IF, THEN,
ELSE statements to get the result I wanted! I really appreciate your help.

~Julie

"macropod" wrote:

Hi JB,

You can fix this by adding a numeric picture switch to the field. To do
this:
.. select your mergefield and press Shift-F9 to expose the code. It should
look something like:
{MERGEFIELD ExcelData}
where 'ExcelData' is you field name
.. delete anything after 'ExcelData' and add '\# 0;;') to the field so that
you've got:
'{MERGEFIELD ExcelData \# 0;;}'
.. press F9 to update the field
.. run your mailmerge

Cheers

--
macropod
[MVP - Microsoft Word]


"JB reluctantly from WP"
wrote in message ...
Hello,

I have an Excel database file, and am merging into a Word document. I am
familiar with Word's merge process. However, I have a field in the

database
called RADIO that is a 3-digit number, or the field may be blank. The

Word
document displays the blank fields as a zero. I want them to be blank. I
have read previous posts about using switches within my mergefield, and

they
kind of make sense, but none seem to be the right fix for my particular

need.

Currently displayed in Word document: {Mergefield "Radio"}
I need this to only display text if not blank in database.

Any assistance is greatly appreciated!

Julie ~ reluctantly switching from WordPerfect to Word (sheesh!)