I am looking to export data from SQL to an external program. Currently we have a table setup to take answers to some questions. Some of these questions require multiple answers, therefore creating another row within the table. I would like to identify these multiple rows from the same question and insert the answers into one common column for exporting as the external program has only one field for the answers. Hope this make sense.