{ MERGEFIELD Childs_date_of_birth_1 \@ "d /M/yyyy"}{ IF{ MERGEFIELD
Childs_date_of_birth_2 } <> "" " { MERGEFIELD Childs_date_of_birth_2 \@ "d
/M/yyyy"}" }{ IF{ MERGEFIELD Childs_date_of_birth_3 } <> "" " { MERGEFIELD
Childs_date_of_birth_3 \@ "d /M/yyyy"}" }
will put the three dates one after the other and nothing if dates 2 & 3
don't exist. There is one big proviso and that concerns what an empty field
produces *exactly*. If the field doesn't produce a nul, then instead of
checking for an empty field, check for a field containing the unwanted
content.
See http://www.gmayor.com/formatting_word_fields.htm and
http://www.gmayor.com/mail_merge_labels_with_word_xp.htm (especially the
bit about Excel data which for this exercise your database can be treated).

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Could someone please help with date format in directory? I've looked
> through other postings and referred to the various links but my
[quoted text clipped - 48 lines]
>
> Gillian
Gossipsfrolick - 01 Mar 2005 18:07 GMT
Many thanks Graham. I got it going on the second attempt.
I tried adding the switches as you illustrated but it is much easier
following your instructions converting to MS Excel Worksheets via DDE. They
are beautifully clear. Thank you.
Gillian
> { MERGEFIELD Childs_date_of_birth_1 \@ "d /M/yyyy"}{ IF{ MERGEFIELD
> Childs_date_of_birth_2 } <> "" " { MERGEFIELD Childs_date_of_birth_2 \@ "d
[quoted text clipped - 63 lines]
> >
> > Gillian