Expired Date

  • Thread starter Thread starter nat
  • Start date Start date
N

nat

I want to make a default for expiredate filed which add
up from the date I recieve. For example: I recieve on
01/01/03. If shelving live is 20 days, meaning that it's
gonna expire on 01/20/03. I want this number
automatically fill out in my expiration date field. What
the code should I write.

Thank you,
Nat
 
I assume this is on a form: just write the following in the Control Source of the Expired Date control (text box): ReceiveDate + # of Days (where ReceiveDate is the name of the control binded to the received date and # of days=20).
 
Back
Top