Hi,
Two days this and can't get my head around it.
I have 2 tables.
Table 1 has an id (idQuestion) and question (question). Table 2 has an id (idAnswer), the reference to the question (questionRef = idQuestion), a number of possible answers (Answer) and a score (Score) for each one.
What I would like to get is:
- a data grid where I have the list of questions and next to it an edited template with a dropdown showing the list of possible answers,
- aside from the grid, a numeric box showing the score of the answer.
I tried to get as much information as I could from the forum and YouTube videos but never managed to get something to work (not even mentioning changing the code itself which is beyond my capacity).
What would be the most basic way to achieve this.
Thank you very much
Fred