> From: "Graham Mayor" <gmayor[ at ]REMOVETHISmvps.org>
> References: <qmb7299m12y2.1f7yehyudt9el$.dlg[ at ]40tude.net>
> Subject: Re: Form Field Date Comparison
> Date: Thu, 11 Dec 2008 08:21:35 +0200
> Lines: 41
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
> X-RFC2646: Format=Flowed; Original
> Message-ID: <ejjW5i1WJHA.5272[ at ]TK2MSFTNGP04.phx.gbl>
> Newsgroups: microsoft.public.word.newusers
> NNTP-Posting-Host: 213-209-106.netrun.cytanet.com.cy 213.7.209.106
> Path: news.qwest.net!mpls-num-01.inet.qwest.net!mpls-txt-01.inet.qwest.net!feed.news.qwest.net!mpls-nntp-02.inet.qwest.net!news.ecp.fr!feeder.erje.net!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!TK2MSFTFEEDS02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP04.phx.gbl
> Xref: news.qwest.net microsoft.public.word.newusers:25570
>
> I don't recall suggesting that you should format Field1 as yyyyMMdd? It is
> in the conditional field where it needs to be so formatted. Field1 can use
> any valid date format you require at the point of its display.
> See
http://www.gmayor.com/formatting_word_fields.htm> If thgis is a protected form and Field1 is a text form field with its
> properties set as Date with the format M/d/yy (or d/M/yy) then the second
> field should be a Word field combination (not a form field)
> { If { Field1 \[ at ] "yyyyMMdd" } > 20080701 1 2 }
> or
> { If { Field1 \[ at ] "yyyyMMdd" } > 20080701 "1" "2" }