dave796
Technical User
- Aug 21, 2005
- 11
Hi im wondering if there is a way to concatenate a set of strings when field1 is the same hopefully with a comma seperating each part. E.G
Field1 Field2
abc 122qq
def 456ww
abc 789rt
ghi 999zt
def 873gh
EQUALS
Field1 Field2
abc 122qq, 789rt
def 456ww, 873gh
ghi 999zt
Field1 Field2
abc 122qq
def 456ww
abc 789rt
ghi 999zt
def 873gh
EQUALS
Field1 Field2
abc 122qq, 789rt
def 456ww, 873gh
ghi 999zt