I have two problems that have existed since Word97 and continues into Word
2007.
I develop a form that is populated from an Access database. When I
underscore the mergefield, any leading and trailing underscores are not
aligned with the mergefield underscores. Further, if I use a leading
underscore tab to align the next item, the spot under the tab is not
underscored at all.
e.g., Name: __<<mergfield1>>{leading underscor tab} Date:
__<<mergefield2>>{leading underscore tab}
The mergefields are underscored using ctrl-u.
Is this a bug? If not, what technique do I need to follow to get this to work?
Doug Robbins - Word MVP - 10 Feb 2008 05:13 GMT
I would insert the mergefields in the cells of a table with borders applied
to the appropriate cell boundaries.

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 have two problems that have existed since Word97 and continues into Word
> 2007.
[quoted text clipped - 12 lines]
> Is this a bug? If not, what technique do I need to follow to get this to
> work?
Larry B. - 11 Feb 2008 08:44 GMT
Thanks Doug,
That sounds like a workaround to a BUG that Microsoft should really address.
Larry B.
> I would insert the mergefields in the cells of a table with borders applied
> to the appropriate cell boundaries.
Doug Robbins - Word MVP - 11 Feb 2008 09:23 GMT
Try adding a \* vcharformat switch inside the closing } of the mergefields
and format the M of MERGEFIELD so that it is underlined.
What are you using the create the leading and trailing underscores? If it
is the Underscore key on the keyboard that is to the right of the zero key
on a US keyboard, then I am not surprised that the underscores do not line
up.

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
> Thanks Doug,
>
[quoted text clipped - 6 lines]
>> applied
>> to the appropriate cell boundaries.
macropod - 11 Feb 2008 10:38 GMT
Hi Larry,
Try this:
1. Press Alt-F9 to expose the mailmerge field coding. you should see something like {MERGEFIELD mergfield1} etc.
2. Add a \* Charformat switch, thus: {MERGEFIELD mergfield1 \* Charformat}
3. Underline the 'M' of 'MERGEFIELD'
4. Delete any \* Mergeformat switches that may be present.
5. Press Alt-F9 to hide the mailmerge field coding.
6. Run your mailmerge.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> Try adding a \* vcharformat switch inside the closing } of the mergefields
> and format the M of MERGEFIELD so that it is underlined.
[quoted text clipped - 14 lines]
>>> applied
>>> to the appropriate cell boundaries.
Larry B. - 14 Feb 2008 02:01 GMT
Thanks for the detailed instructions MacroPod ... but the results are the
same ... the underscores beneath the merged field is slightly higher than the
leading and trailing underscores
macropod - 14 Feb 2008 02:05 GMT
Hi Larry,
The only way I can see around that is to vary the font size for the tab character, so that its underscore positioning matches that
of the text.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
> Thanks for the detailed instructions MacroPod ... but the results are the
> same ... the underscores beneath the merged field is slightly higher than the
> leading and trailing underscores
Peter Jamieson - 11 Feb 2008 11:43 GMT
As an additional suggestion on this one, instead of using a leading
undescore tab, try using an ordinary tab and applying the underscore to it
using ctrl-U

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
>I have two problems that have existed since Word97 and continues into Word
> 2007.
[quoted text clipped - 12 lines]
> Is this a bug? If not, what technique do I need to follow to get this to
> work?