{ IF { MERGEFIELD Suffix } <> "" ", {MERGEFIELD Suffix}" "" }
You must use Ctrl+F9 to insert each pair of field delimiters and you use
Alt+F9 to toggle off their display.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"KathyB" <Kat...@discussions.microsoft.com> wrote in message
news:F0B67D12-1EFA-4030...@microsoft.com...
Some of the contacts being merged have a middle name and some do not. When
I set up the merge document and use the following merge string for Middle
Name:
{IF {MERGEFIELD MIDDLE_NAME}<>""{MERGEFIELD MIDDLE_NAME}}
The names prints out CORRECTLY as follows: John (one space) James (one
space) Smith
But...
When I use the same string and merge a contact with no middle name: it
prints out WRONG like this:
John (2 spaces) Smith
I need some assistance/directions to eliminate the 2 spaces between First
Name and Second Name when there is NO middle name. Please help. I need to
have this done before my boss gets back from vacation in 2 days!
Thanks
Kathy B
{ IF { MERGEFIELD MIDDLE_NAME }<>"" "{ MERGEFIELD MIDDLE_NAME } " }
That is, put your TrueText in quotes and include a space after (or before,
depending on where the space outside the IF field is) the merge field.
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
"KathyB" <Kat...@discussions.microsoft.com> wrote in message
news:E6B5030F-B4BE-4EB0...@microsoft.com...