
Signature
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
I seem to have trouble merging when the first one or two mergefields are
blank, e.g.
Title Initial . Last_Name
If Title is blank, I want to enter Initial but without a blank space at the
beginning; if there is nothing in the Title or Initial fields, I want just
the last name - again without any blanks. It should look something like
Title: Mr (or blank space)
Initial: A (or blank space)
Last_Name (two blank spaces) Famille Dupont
Not sure if I've explained that very well!
Thanks for your help.
> If a field is empty or blank, it will be equal to "" in an
> If...then....Else field construction.
[quoted text clipped - 6 lines]
>>
>> TIA
oe - 20 Nov 2005 21:04 GMT
Can anyone help with this problem, please?
>I seem to have trouble merging when the first one or two mergefields are
>blank, e.g.
[quoted text clipped - 22 lines]
>>>
>>> TIA
Charles Kenyon - 21 Nov 2005 02:58 GMT
Doug Robbins' answer covers it.
Try help under "If field." Click on examples.
{ If Test1 = "" "" "Test1 " }
This checks the value of the bookmark Test1. If it is empty, nothing is
inserted, otherwise if it is not empty, Test1 followed by a space is
inserted. You would insert your merge field in place of Test1 in both
places.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
>I seem to have trouble merging when the first one or two mergefields are
>blank, e.g.
[quoted text clipped - 22 lines]
>>>
>>> TIA
oe - 22 Nov 2005 09:14 GMT
I still seem to have something wrong here.
I have
Title Initial . Last_Name
One of my addressees is J Smith
Whatever I try, I get a blank space before the "J"
> Doug Robbins' answer covers it.
>
[quoted text clipped - 32 lines]
>>>>
>>>> TIA
Graham Mayor - 22 Nov 2005 10:57 GMT
{IF {Mergefield Title} <> "" "{Mergefield Title} "}{Mergefield Initial}.
{Mergefield Last_Name}
ie
{IF {Mergefield Title}space<>space""space"{Mergefield
Title}space"}{Mergefield Initial}.space{Mergefield Last_Name}
Should do it.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I still seem to have something wrong here.
>
[quoted text clipped - 63 lines]
>>>>> If..Else..statements, etc - this does not appear to be covered in
>>>>> Help for Word 2003 TIA
masterkeys - 22 Nov 2005 14:25 GMT
Just a simple thought but,
Have you tried turning on the paragraph format characters, that big
weird P button, while field names are displayed, to make sure there
isn't a rogue space between each merge field?

Signature
masterkeys
oe - 22 Nov 2005 18:10 GMT
Thanks -that works fine!
> Just a simple thought but,
>
> Have you tried turning on the paragraph format characters, that big
> weird P button, while field names are displayed, to make sure there
> isn't a rogue space between each merge field?
Graham Mayor - 23 Nov 2005 07:00 GMT
You would still get a space attributable to the space following the missing
Title field. You could manually remove this from the merged document, but by
using a condition field to place the title field *and* its following space,
the problem doesn't arise.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Just a simple thought but,
>
> Have you tried turning on the paragraph format characters, that big
> weird P button, while field names are displayed, to make sure there
> isn't a rogue space between each merge field?
masterkeys - 02 Dec 2005 15:05 GMT
Graham,
I know, this was just to make sure there wasn't a rogue space between
the conditional field too, after it was changed.
MK
Graham Mayor Wrote:
> You would still get a space attributable to the space following the
> missing
[quoted text clipped - 4 lines]
> the problem doesn't arise.
> --

Signature
masterkeys