jwkauppila
Technical User
I have a table with an activityID (unique for each user), a questionID and questionText, and an answerID and answerText.
Each user(activityID) has been asked a question and has given an answer set (like a single yes/no answer, or an a,b,d and e answer set).
In a memo field in a table to be sent to the client, for each activityID, I need to list the questions the individual was asked and the answers they selected. Some questions have more than one answer.
It should look like this: questionText1: answerText1, answerText2, answerText3; questionText2: answerText; QuestionText3: answerText1, answerText2...
I hope this is enough information and I thank you in advance for your help.
Howbouthat.
Each user(activityID) has been asked a question and has given an answer set (like a single yes/no answer, or an a,b,d and e answer set).
In a memo field in a table to be sent to the client, for each activityID, I need to list the questions the individual was asked and the answers they selected. Some questions have more than one answer.
It should look like this: questionText1: answerText1, answerText2, answerText3; questionText2: answerText; QuestionText3: answerText1, answerText2...
I hope this is enough information and I thank you in advance for your help.
Howbouthat.