July 7, 200124 yr Newbies 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.
July 8, 200124 yr 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
Create an account or sign in to comment