Forum Discussion

ReneeHansen's avatar
ReneeHansen
Qrew Member
3 years ago

recording when a status changes and date stamping it

Hello,
We have a status for each of our wells. Our GIS person has a connected table to our Wells table.

He wants to see a date stamp for when a status changes.

I made a field that has this formula [BM STATUS]& " " & Now()

which results in this, SPUD 02-24-2022 01:21 PM, but they don't want the text in a date field. understandably. So how can I date stamp when only that field changes without a pipeline?





------------------------------
Renee Hansen
------------------------------

4 Replies

  • PaulPeterson1's avatar
    PaulPeterson1
    Qrew Assistant Captain
    If they are using the form to update the data, you could use a form rule.

    ------------------------------
    Paul Peterson
    ------------------------------
    • ReneeHansen's avatar
      ReneeHansen
      Qrew Member
      How would a form rule work here? I don't see an option to do an action when a field changes.

      ------------------------------
      Renee Hansen
      ------------------------------
      • DonLarson's avatar
        DonLarson
        Qrew Commander
        Renee,

        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
        ------------------------------