Newbies fbcenter53 Posted July 7, 2001 Newbies Posted July 7, 2001 I have a datbase that keeps track of all of my ads on my website and what I want to do is to be able to have one field that I input the start date of the ad and then have a field where I input the number of months I want the ad to run but I can't figure out how to be able to calculate the start date and number of months to return the ending month of the ad.
LiveOak Posted July 8, 2001 Posted July 8, 2001 Here "Ending Month" is a number not a month name (you didn't specify which you wanted and if you want the year). Ending Month (calculation, number) = Mod(Month(StartDate) + MonthsRun,12) -bd
Recommended Posts
This topic is 8526 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