I have an MS Access based Reporting Applications that outputs reports to Excel. In the back-end I have a table similar to this:
ID, Comment
1, Comment1
1, Comment2
1, Comment3
And from this, I have a request to create something like this:
ID, Comments
1, Comment1, Comment2, Comment3
I...