Help for auto Display of Contract Due in Form

Joined
Jun 10, 2012
Messages
2
Reaction score
0
Hi!

I would like to ask help on my form here is the question;

I have a textbox bound to Hired Date, how can I display automatically the Contract Expiration by yearly and the Days before expiration.
For example:
When I entered the Hired Date as 01/31/2002, the Contract Expiration will be displayed automatically on the future date as 01/31/2013 and the remaining days:___

Thanks for your help in Advance.

Chain
 
Joined
Mar 20, 2012
Messages
764
Reaction score
4
Are you working in an Access form? And I'll assume you meant to use 2012 and 2013, to give a year for the contract. Do you want the contract expiration and remaining days to fill automatically on the form once the date is entered in that field? Or just be stored as data and not necessarily show right away? The reason I ask is for them to show right away, I believe you would require a bit of code to update the form when updating the Hired Date field and then use calculated fields to add 1 year for the contract expiration and (I think) a DateDif formula and (again, I think, I'm more of an Excel formulas person) a Date() formula to get the remaining days.
 
Joined
Jun 10, 2012
Messages
2
Reaction score
0
Hi!
Thanks for the reply. I am currently working in Ms Access 2003. What i meant to say is, in the form when the data entry input a Hired Date i.e. 01/30/2002 as the contract is renewable every year, Contract Expiration will be shown automatically, it will be shown like "Contract Expires on: 01/30/2013" for his present contract and the remaining days will be shown also.

Hope someone will help my program.

Thanks.
 

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