I'm new at this, but here goes nothing. I am use Access 2000, and I'm trying to create an update query for my dbase. I have 3 date field and 3 memo filds, WarningDate1, WarningReason1, WarningDate2, WarningReason2, WarningDate3 and WarningReason3. What I need to do is set to "" the date field and the memo field when the date field is 91 days old, which is Date() - 91. I could use three separate update queries, but I thought maybe case may work, instead. I tried the Access & VB Help and no luck. I tried almost all of the formums and no luck. I did use case once or twice in a UNIX shell script, but that is much different than Access. What I need is a little push start on this puppy, any suggestion on how to start it off? Thanks in advance.