Title
List of modification dates
Post
I suspect the answer is simple, but I'm a beginner and can't figure it out: I'd like to have a field on a record that lists the modification dates (not just the most recent date) for that record. Preferably, it would show the most recent modification date, but allow scrolling to see previous ones. (I do not need a record of which field was modified, nor do I need to record by whom the modification was made. This is just a recipe database: way more casual than an audit trail….) Thanks in advance!
It would be simplest to set up a portal to a related table where a script creates a new record each time CommitRecords occurs on your layout.
Do you know how to create and use a portal?
A date field in the portal's table can auto-enter the creation date so just creating the record in this related table is all you need do to log the modification date.
Do you know how to create scripts in Manage | Scripts?