Forum Discussion

ArchiveUser's avatar
ArchiveUser
Qrew Captain
7 years ago

Timestamp Field

I have a field name Password and another field name Timestamp. The Password field can be edited by a user. I want the timestamp field to be updated whenever the Password field is changed. How would I do this?

12 Replies

  • It depended on whether you are allowing users to edit via Grid Edit.

    If you are forcing them to use a form, then you can use a simple form rule.

    When the record is saved
    And
    Password has changed

    Change the value in Timestamp to the current date/time
    • QuickBaseCoachD's avatar
      QuickBaseCoachD
      Qrew Captain
      You can make that field read only so that it can only be updated when the password is changed and users cannot fake the date/time.