Merit Solutions Posted May 25, 2007 Posted May 25, 2007 I have a table of Subscribers to a newsletter and a table of Subscriptions. I store the date they became a subscriber (JoinDate)but would like a quick and easy way to set their renewal date to be one year plus one month after their joining date. Obviously this has to take into account leap years etc.. Any helpful calculation would be much appreciated. Thank you
Søren Dyhr Posted May 25, 2007 Posted May 25, 2007 Make a calc'field containing this: Date ( 1+Month ( joinDate ) ; Day ( joinDate ) ; 1+Year ( joinDate ) ) ...the result should be of date-type as well! --sd
mr_vodka Posted May 25, 2007 Posted May 25, 2007 (edited) If the renewal field needs to be manually modified, you can have your renewal date field be an auto-entry calcuated value of something like: Date ( month ( registrationdate ) +13 ; day ( registrationdate ) ; year ( registrationdate ) ) * Edit: My post, posted late. Sorry Soren. Edited May 25, 2007 by Guest Post delayed
Merit Solutions Posted May 30, 2007 Author Posted May 30, 2007 That's fine - thanks very much for the tip about the auto entry option - i forgot to mention amendment!
Recommended Posts
This topic is 6447 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