I have designed an IT log system. What I would like to do is have an notes field that can be edited, but I want to keep the orignial information in the database.
So for example, I have the following information in the notes field in the Database:
"Spoken to Agent, awaiting for more info"
Then a few hours later I want to update the same notes field but keep the above information
"Recieved screenshot of error"
So in the notes field in the database it shows "Spoken to Agent, awaiting for more info" and "Recieved screenshot of error", not just the last update "Recieved screenshot of error"
Hope that makes sense
So for example, I have the following information in the notes field in the Database:
"Spoken to Agent, awaiting for more info"
Then a few hours later I want to update the same notes field but keep the above information
"Recieved screenshot of error"
So in the notes field in the database it shows "Spoken to Agent, awaiting for more info" and "Recieved screenshot of error", not just the last update "Recieved screenshot of error"
Hope that makes sense
Comment