lidoh Posted January 17, 2002 Posted January 17, 2002 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
LiveOak Posted January 18, 2002 Posted January 18, 2002 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
lidoh Posted January 18, 2002 Author Posted January 18, 2002 Hi Live Oak, Thanks for the tip. I was complicating myself. Thanks, Jaime
Recommended Posts
This topic is 8706 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