I would suggest that you insert a field code such as:
{ IF {MERGEFIELD Contact Name} = "No Contact" "The Manager" "{MERGEFIELD
Contact Name}"}
To do the above ensure you can see field codes - Tools, Options, view, field
codes, and insert the {} using Ctrl + F9
Hope this helps
Dave
> Hi
>
[quoted text clipped - 12 lines]
>
> Nieve
Nieve - 02 Aug 2006 14:36 GMT
Hi Dave
Thanks a mil.
That worked great!
Nieve
> I would suggest that you insert a field code such as:
>
[quoted text clipped - 24 lines]
> >
> > Nieve
Nieve - 02 Aug 2006 14:41 GMT
Hi.
I actually had to fiddle around with the code.
The correct code is
{ IF {MERGEFIELD Contact Name} = "No Contact" "The Manager" "{MERGEFIELD
“Contact Name”}
"}
It worked great anyhow!
Nieve
> I would suggest that you insert a field code such as:
>
[quoted text clipped - 24 lines]
> >
> > Nieve
Dave Shaw - 02 Aug 2006 16:48 GMT
The mergefields that you are doing the conditional argument on and the
result would normally be the same. By putting in a line break at the end of
the 'else' part will result in an additional line break if this condition is
met.
Anyway glad to be of help
> Hi.
>
[quoted text clipped - 38 lines]
> > >
> > > Nieve