M
mk
Hi all,
I have been trying to figure this out, but with no luck.
What I have is a table with data:
Letter String
A STR1
A STR2
A STR3
A STR4
B STR5
B STR6
etc
What I would like to get it into a table, but organized this way:
Letter Strings
A STR1, STR2, STR3, STR4
B STR5, STR6
etc
I have looked at pivot tables and Crosstab queries, but can’t figure
this out. I was playing with some code, but couldn’t decide if I need
a For Each Loop, or a While Not.EOF.
Any help would be greatly appreciated.
Thank YOu,
Mike
I have been trying to figure this out, but with no luck.
What I have is a table with data:
Letter String
A STR1
A STR2
A STR3
A STR4
B STR5
B STR6
etc
What I would like to get it into a table, but organized this way:
Letter Strings
A STR1, STR2, STR3, STR4
B STR5, STR6
etc
I have looked at pivot tables and Crosstab queries, but can’t figure
this out. I was playing with some code, but couldn’t decide if I need
a For Each Loop, or a While Not.EOF.
Any help would be greatly appreciated.
Thank YOu,
Mike