I downloaded the Issues template in Access 2007. There is a form and it has a field called History on the form. For the Control source it has =ColumnHistory([RecordSource],”Comments”,”[ID]=” & Nz([ID],0))
My problem is you can’t edit the field or delete what is in the field. It keeps repeating what is in the Comments field whenever the record is open. See Attachment
Is there some kind of code that will just add something to history when there is a change to the comments field?