Jarvis Posted June 18, 2008 Posted June 18, 2008 Is there a way to timestamp a record based upon when a particular field has been modified? I know that I can automatically update a time field based upon creation or modification of a record, but I want this timestamp to constrain itself to when a specific field has been changed. We create memos all day long within a record but only periodically move the record to a different production status. I only want to timestamp the record when the particular field "Status" has been modified. Any ideas? Jarvis
comment Posted June 18, 2008 Posted June 18, 2008 Define a new timestamp field and let it auto-enter a calculated value (replacing existing value) = Let ( trigger = Status ; Get (CurrentTimeStamp) )
Jarvis Posted June 19, 2008 Author Posted June 19, 2008 Thanks Comment! That works great. You just got promoted to my "good guy (& guyette)" list!
Recommended Posts
This topic is 6347 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