B
Brian Smith
I have a table that contains information from people where people were
allowed to make multiple responses. Know I would like to group this
information and string it together. The table looks something like this (two
fields).
RespID Comments
1 Dogs
1 Cats
1 Rats
2 Cats
2 Horses
3 Monkeys
3 Elephants
I would now like to create a table that would look like this.
RespID Comments
1 Dogs, Cats, Rats
2 Cats, Horses
3 Monkeys, Elephants
I'm lost as to how to concatenate the pieces of information together while
grouping on the RespID field. Can this be done using a Make Table Query or
do I need to resort to using VBA?
Thanks.
Brian
allowed to make multiple responses. Know I would like to group this
information and string it together. The table looks something like this (two
fields).
RespID Comments
1 Dogs
1 Cats
1 Rats
2 Cats
2 Horses
3 Monkeys
3 Elephants
I would now like to create a table that would look like this.
RespID Comments
1 Dogs, Cats, Rats
2 Cats, Horses
3 Monkeys, Elephants
I'm lost as to how to concatenate the pieces of information together while
grouping on the RespID field. Can this be done using a Make Table Query or
do I need to resort to using VBA?
Thanks.
Brian