I'm not exactly sure what you mean as I'm not very experienced with Access.
Are you indicating that Word can't actually compare dates? I have today tried
using the COMPARE function, but that seems to work only with strings and
numbers and the Help doesn't mention dates.
> I would do the manipulation of the data with a query in Access.
>
[quoted text clipped - 13 lines]
> >
> > I am using Word 2003.
You might find something on comparing dates in Word at:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Number=249902
I think though that in Word, you will find it necessary to use a number of
nested If...then...else statements that separately compare the day, the
month and the year, whereas in Access, in a query you simply use
IIF([Date_Paid] < #01/01/2005#, "This membership has expired", "This
membership is current")
Learn to use the power of Access.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> I'm not exactly sure what you mean as I'm not very experienced with
> Access.
[quoted text clipped - 23 lines]
>> >
>> > I am using Word 2003.
Judith - 09 Aug 2005 08:39 GMT
Thanks Doug. I will follow up both of these suggestions and let you know how
I get on.

Signature
Judith
> You might find something on comparing dates in Word at:
>
[quoted text clipped - 36 lines]
> >> >
> >> > I am using Word 2003.