Search code examples
ms-accessms-access-2007

Concatinating Column Values to a Single Row


For Example:

Color
_____
Green
Blue

output:

Green, Blue

(I'm using ms access 2007)


Solution

  • Here is the mysql's group_concat equivalent in access

    http://www.rogersaccesslibrary.com/forum/generic-function-to-concatenate-child-records_topic16.html