Jump to content

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

Recommended Posts

Posted

Can anyone give me a calculation to automatically enter a field modification date, i.e. in my database I would like an approval date automatically entered when a user modifies info in a user field.

I am fully aware of Record Modification Date but I only want this date entered when info is modified in the specific user field.

Posted

Define a calculation field called "Mod_Track" of type text. It must be a stored calculation.

To watch the filed "User_Field":

"Mod_Track"= [if(User_Field, Status(CurrentUserName), Status(CurrentUserName))]

Everytime a change is made in the field "User_Field", the "Mod_Track" field will update.

FWIW, this is usally set up to include the date and time as well.

HTH

Old Advance Man

This topic is 8448 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.