Hi All,
I have a similar problem to GreenLil with my data.
GreenLil, please excuse me for copying your sample data
.
Label ID First Name Last Name
10C000136 Bob Smith
10C000136 Jane Smith
10C000136 John Smith
10C000136 Bob Smith
I need to combine the unique first, last names into one record and achieve the following desired result.
Label ID Name
10C000136 Bob Smith & Jane Smith & John Smith
i don't believe this can be done on a sql, but perhaps something on vba and load the unique name into an array?
please advise.
Thanks so much.
I have a similar problem to GreenLil with my data.
GreenLil, please excuse me for copying your sample data
Label ID First Name Last Name
10C000136 Bob Smith
10C000136 Jane Smith
10C000136 John Smith
10C000136 Bob Smith
I need to combine the unique first, last names into one record and achieve the following desired result.
Label ID Name
10C000136 Bob Smith & Jane Smith & John Smith
i don't believe this can be done on a sql, but perhaps something on vba and load the unique name into an array?
please advise.
Thanks so much.