Expired 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
 
V

Vlad C

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top