Filling a single field with values from fields in a table
I am trying to create a checklist to be filled in by coworkers to check if things are done correctly. To improve ease of use I wanted to create a kind of user interface as page with only the description of the current check on there, and then two buttons, one for ok and one for not ok. When the button is pressed it should put a check to the corresponding checkfield and the description field should update to the next check that needs to be done. However I find it difficult to program this. I have looked into hierarchical naming and loops but I can't get it to work in practice. Does someone have tips for the direction that i need to look in or links to relevant litterature? I have looked all over google but maybe I am searching for the wrong thing, I am very much a beginner in coding and don't have a lot of experience.
Thank you so much in advance...