Hi Guys, I am a newbie and need some help.
I have a query that contains a list of questions together with the result per question for a group of learners.
Example: Learner ID; Name, Surname, Question; Result and Comment.
If I run the query on one particular learner, there might be 5 records, each with a comment. I need to combine these comments into one field.
Example: 1st comment followed by 2nd commentfollowed by 3rd comment followed by 4th comment followed by 5th comment.
I need to display the records as well as this one field in a form. Can anyone help?
Thank you.
I have a query that contains a list of questions together with the result per question for a group of learners.
Example: Learner ID; Name, Surname, Question; Result and Comment.
If I run the query on one particular learner, there might be 5 records, each with a comment. I need to combine these comments into one field.
Example: 1st comment followed by 2nd commentfollowed by 3rd comment followed by 4th comment followed by 5th comment.
I need to display the records as well as this one field in a form. Can anyone help?
Thank you.
Comment