BobTrudo
Wed Sep 12 05:56:02 CDT 2007
Thanks Graham. Had I initially done a more thorough search of the forum,
your previous postings would have answered my questions. Thanks again.
"Graham Mayor" wrote:
> You can compare dates in fields also,
>
> {IF {Mergefield Date1 \@ "yyyyMMdd"} <= {Date \@ "yyyyMMdd"} "Do this"
> "otherwise do this"}
>
> See
http://www.gmayor.com/formatting_word_fields.htm
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site
http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
> BobTrudo wrote:
> > Is there some esoteric programming practice within Word 2007 that
> > allows the comparison of dates? I.E., {Date1} <= {Date2} {Date1} is
> > merged field and {Date2} is today's date {DATE}. So far, I have
> > found nothing that works. I am attempting to create a Mergeformat
> > renewal document when today's date has passed a merge field date.
>
>
>