Multiple notes field

Hi there,
I am making a HR kind of system and need to add a notes field to every candidate in the database… the field need to be able to handle ongoing new notes, so different users can see the new note and a timestamp when the note was entered… as free text

Any smart way making such ?
Best regards
Per

Hi,

You can create subtables to achieve this, with a free text field for your notes and a date field with the last modified default values.