Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hello,

i was wondering if someone can help me out. Basically i want to date stamp a field when it get change. I have a field call Status so when the that field get change i want to tracke it.

i have a fields

Log = lookup

Log_calc = Current_Modification & "¶" & Log

Current_modification = Status(CurrentFieldName) & DateToText( Status( CurrentDate) )

it work fine but instead of just showing me the date by itself i get this: Status8/17/2005

i just want to track when the field Status when it get change. i am running FM 6 on mac, using panther.

Thanks for the help.

Posted

"Current_modification = Status(CurrentFieldName) & DateToText( Status( CurrentDate) )"

well trying removing Status(CurrentFieldName) from the above calc. You are telling it to add the current fields name to the current date, hence "Status8/17/05".

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