J
Judith
I want to compare a MERGEFIELD date that has been extracted from an Access
database with a typed in value as part of an If...then...else statement. For
example, if the Date_Paid field is less than 01/01/2005 I want to insert text
to say that the person's membership has expired.
The syntax I came up with is
{IF {MERGEFIELD Date_Paid} < 01/01/2005 "This membership has expired" "This
membership is current"}
but it doesn't work. I have also tried adding a date pattern of \@
dd/MM\yyyy, and using quotes around the coparison date.
I am using Word 2003.
database with a typed in value as part of an If...then...else statement. For
example, if the Date_Paid field is less than 01/01/2005 I want to insert text
to say that the person's membership has expired.
The syntax I came up with is
{IF {MERGEFIELD Date_Paid} < 01/01/2005 "This membership has expired" "This
membership is current"}
but it doesn't work. I have also tried adding a date pattern of \@
dd/MM\yyyy, and using quotes around the coparison date.
I am using Word 2003.