derekstewart
MIS
I have a database that contains a contract effective date, and end date and an associate review period, either 90, 180 or 365 days. I have (([enddate]-[effective date[/[perioddays] that tells me how many times to review over the life of the contract. Now I just need to know the expected dates. Getting the first is simple, but I have having trouble getting it to increment to get future dates. Here's an example: I have a contract that starts 4/1/07 and ends 3/31/08. It needs to be reviewed every 90 days. That's 4 periods. I know the first review date should be 6/30/07 but I need it to list all 4 dates. Any thoughts? Thanks. D