J
Jean D
In Word 2007, I have a form with fields. I have the user enter a date in
Field1 and then want Field2 to do certain things based on whether the date
in Field1 is greater than a static date. I read a great example from
Graham Mayor that works, but when I try to change the date format from the
example, it won't work.
Works:
Format Field1 as a yyyyMMdd date
Field2: =If (Field1 \@ "yyyyMMdd" > 20080701, 1, 2)
This is great, but it makes Field1 show up as 20081210, when I would like
it to show up as 12/10/08.
Is there a way to do a date comparison and still have Field1 display a date
in the M/D/YY format?
Thanks for any help!
Field1 and then want Field2 to do certain things based on whether the date
in Field1 is greater than a static date. I read a great example from
Graham Mayor that works, but when I try to change the date format from the
example, it won't work.
Works:
Format Field1 as a yyyyMMdd date
Field2: =If (Field1 \@ "yyyyMMdd" > 20080701, 1, 2)
This is great, but it makes Field1 show up as 20081210, when I would like
it to show up as 12/10/08.
Is there a way to do a date comparison and still have Field1 display a date
in the M/D/YY format?
Thanks for any help!