Right. Thanks, Graham. My question should have been when merging from
Outlook and having selected Mailing Address for the merge field(s), is there
a way to have it leave out Company Name and Title when the Mailing Address
is the Home Address, but not when the Maling Address is the Business
Address?
Thanks.
I had covered that for the Company name by using a conditional field which
only inserts the Company name and its following line feed when the Company
name has content. You can do the same for the Title field
{IF {Mergefield Title} <> "" "{Mergefield Title}
"}
The problem is going to be when you have a company name but no business
address or both a business address and a company name, but you use the home
address as the mailing address. A solution might be to make better use of
categories. Set up a category to accommodate your odd addresses and
incorporate it in your conditional field. Off the top of my head, I don't
think there is a field included to indicate which address is used as mailing
address - but I may be mistaken.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> Right. Thanks, Graham. My question should have been when merging from
> Outlook and having selected Mailing Address for the merge field(s),
[quoted text clipped - 32 lines]
>>> Thanks,
>>> Cathy
Cathy C - 06 Apr 2004 14:20 GMT
Well, that won't work because it's not an issue of content or not. There may
very well be content, but we don't want to send it to Mr. John Smith,
President, IBM Corp. at his home. See the dilemma?
> I had covered that for the Company name by using a conditional field which
> only inserts the Company name and its following line feed when the Company
[quoted text clipped - 47 lines]
> >>> Thanks,
> >>> Cathy
Graham Mayor - 06 Apr 2004 15:31 GMT
The dilemma was anticipated which is why I wrote the last paragraph in my
previous reply.
I have checked and there does not appear to be an obvious method of
discerning whether the postal address is the business address or the home
address, so you would have to create a method - categories would do it, but
you would have to create a category and use it on the problematic addresses.
The alternative would be to have separate merge documents and merge selected
records.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> Well, that won't work because it's not an issue of content or not.
> There may very well be content, but we don't want to send it to Mr.
[quoted text clipped - 61 lines]
>>>>> Thanks,
>>>>> Cathy