Forum Discussion
PaulPeterson1
Qrew Assistant Captain
If they are using the form to update the data, you could use a form rule.
------------------------------
Paul Peterson
------------------------------
------------------------------
Paul Peterson
------------------------------
ReneeHansen
3 years agoQrew Member
How would a form rule work here? I don't see an option to do an action when a field changes.
------------------------------
Renee Hansen
------------------------------
------------------------------
Renee Hansen
------------------------------
- DonLarson3 years agoQrew EliteRenee,
Try this structure
By having a Status Change Table, you now know the lifecycle of the well. The current status of the Well is the very last record added to the Well Status Change table. You can get that value with a Reverse Relationship or a Formula Query.
The Date Time Stamp that your person wants is the Date Created FID #1 from the table.
------------------------------
Don Larson
------------------------------- PaulPeterson13 years agoQrew Assistant CaptainThe way I have used form rules to time stamp status changes is to create a New Status field and set the form rule to fire when the status does not equal the new status and in the form rule change the New Status to the Status.
------------------------------
Paul Peterson
------------------------------