Jump to content
Server Maintenance This Week. ×

Timestamp of another field's modification date?


This topic is 5575 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hello,

Is there a way to have a field automatically timestamp itself when another field in the same table is modified?

Something like:

Field1 <- user modifies the value in this field

Field1ModDate <- automatically stamps itself to track when Field1 was last updated.

Thanks

Link to comment
Share on other sites

Hi dmeyer,

There are a few ways; here are two:

1) Make your Field1ModDate a standard timestamp field. In Options, set it to auto-enter by calculation:

[color:blue]Case ( field1 ; Get ( CurrentTimeStamp ) ; Get ( CurrentTimeStamp ) )

Back at the auto-enter tab, uncheck below calculation where it says 'Do Not Replace Existing Value...'

2) just make it a calculation instead using above calc.

LaRetta

Link to comment
Share on other sites

This topic is 5575 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.