I have 2 inputs, "Date" and "Notes" and 1 list of records named "History"
All i have to do is combine the data "Date" and "Notes" in to one record and put it in the "History" list, new record is show on top/or bottom of the list. Now, i just can combine 2 inputs "Date" and "Note" into one record BUT i dont know how to add that new record to the "History" box immediatly after i click "+" and save that record to the database. I think i should use the special character to split the record but i dont know how can i delete the old record in the "History" box after i click "-" button?