Jump to content

Calculating Future Dates for next review


lidoh

This topic is 8154 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

I am struggling with a field calculation. I have a field "date of next review" and I want to make it a calculation field, so when ever a person edits a record and the auto input command inputs the " date of modification", It automatically calculates the "Date of next review". Say 2 month from the modification day.

Thanks in advance for all help.

Jaime

Link to comment
Share on other sites

There is the easy way and the hard way. The easy way is just to define a field (ModDate) set to auto enter the Modification data and base another field on it.

NextReview (calculation, date) = ModDate + 60

This gives you sixty days, which you may or may not consider two months. If you want to add two months, the situation gets more complex as you have to deal with when 2 months from February 29 is and such.

Adding a number to a date always adds days to that date.

-bd

Link to comment
Share on other sites

This topic is 8154 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.