I am trying to open up a form depending on the expiration date. I was opening expired record and due date that was [expiration] <date(). What I need to do now is give the expiration a month early. Ex: If the due date is 07/01/04 then I want the record to show on 06/01/04 to prompt payment one month in advance. Like [expiration]<date() -1 . I have searched, but the methods were not working out in the command line. Any takers???