Page 1 of 1

Specific Timestamp

Posted: Mon Mar 01, 2021 4:01 pm
by jonas
Hello,
I have a subform where the user can edit an entry. As soon as the edited entry gets saved for the first time it isnt available to the user anymore (neither to see nor to edit). I need a Timestamp of the time he saves his edit. But because the entry itself is created much sooner I cannot use the automatic Timestamp. Does anyone have any suggestions how I could create an autmatic Timestamp triggered by the editing of single entry?

Re: Specific Timestamp

Posted: Mon Mar 01, 2021 8:05 pm
by icoso
COuldn''t you use the Before Save code block to set the timestamp field right before its saved? Is the TimeStamp and editable field on the form or is it a hidden field?

Re: Specific Timestamp

Posted: Wed Mar 03, 2021 9:41 am
by kev1n
Does the timestamp have to be stored per row and do you want to display it in the subform?