I have a field called modifiedby in a table. I would like to make this field read-only and to have it automatically updated with the username of the person who makes changes to the record.
I found some forum topics that accomplished this through inserting values into a SEPARATE log table, but I wanted to just add this to the table (and record) where the change are being made.
I hope that made sense.