I am not sure whether your reference to address block is to the AddressBlock
field or to an area of the document. If it is to the AddressBlock field,
don't use it. Rather insert the mergefields that you want in the
configuration that you want them.
If the TradingName field is blank, you will need to use an
If...then...Else... field construction to avoid the unwanted space
{ IF { MERGEFIELD "TradingName" } <> "" "{ MERGEFIELD "TradingName" } {
MERGEFIELD "OrganizationName" }" "{ MERGEFIELD "OrganizationName" } }
You must use Ctrl+F9 to insert each pair of field delimiters { } and Alt+F9
to toggle of their display.

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 am having trouble aligning merged fields in the address block of main
> document
[quoted text clipped - 10 lines]
>
> Tanya
Tanya - 02 Aug 2006 05:42 GMT
Thanks for the quick response! I have tried as suggested, however it is
still not lining up on the left margin of the letter if the first field does
not have information. It still leaves one space (and am not using the
address block)
Any other suggestions??
> I am not sure whether your reference to address block is to the AddressBlock
> field or to an area of the document. If it is to the AddressBlock field,
[quoted text clipped - 24 lines]
> >
> > Tanya