Newbies Anzo Posted May 22, 2007 Newbies Posted May 22, 2007 1st post here. I have 2 fields- Contract purchase date and a Date of expiration. I just need a simple way to add either 3,5,or 7 years to the Contract purchase date to then reflect the actual Date of expiration in the Date of expiration field . When I use Year with result in text, I get the year correct but no day and month in the Date of expiration field. When I use result in date, the result makes no sense. Yes, I'm pretty new at this, but this is the only thing holding up my little DB. Thanks for any help!
Robert Kidd Posted May 22, 2007 Posted May 22, 2007 (edited) Try... Date ( Month(Contract_Date); Day(Contract_Date) ; Year(Contract_Date)+ Contract_Period_Years) Date result Edited May 22, 2007 by Guest
Newbies Anzo Posted May 22, 2007 Author Newbies Posted May 22, 2007 Awesome. I'm going to name my 1st 2 kids after you!
Robert Kidd Posted May 22, 2007 Posted May 22, 2007 Robert Kidd is only my username, perhaps you ought to know my real name is Incontinentia Buttocks.
Søren Dyhr Posted May 22, 2007 Posted May 22, 2007 my real name is Incontinentia Buttocks ...according to Pilate (and latin grammar) are you a "she" then, rush to your profile and change gender ...it's the a in the ending of the firstname, that makes you female! --sd
Recommended Posts
This topic is 6456 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now