Hi everyone, Hope someone can help me in this regard.
I have this database structure:
User who can have list of clients
Client who can have list of documents
Documents which are in text formats
in my app page, i have a table which shows the list of clients
user can select a client to see clients’ documents
then there is a table which shows the list of documents from one client
User can see each document text by clicking on its icon and a popup shows the text.
now i want to give this option to edit the text of this document and replace the previous text with the edited one.
for saving this change, i think i need to use make change to a thing…, but i could not figure out how to do that.
I have this, but every time it just edited the last item, i do not know how to determine which item exactly should be replaced.