SeanDagger
MIS
Is there an easy way to Concatenate Strings from different rows in the same column grouped by ID? (all in one table).
For Example:
Client ID County
100 Newcastle
100 Cleveland
200 Northumberland
200 County Durham
200 Newcastle
300 Cleveland
convert to:
ID County
100 Newcastle; Cleveland
200 Northumberland; County Durham; Newcastle
300 Cleveland
I am only using MS Access to do this, no asp code or anything, so ideally, I would like to do it all as an Access query if possible.
Many thanks for taking the time to read this and any help would be fantastic.
Thanks
Sean.
For Example:
Client ID County
100 Newcastle
100 Cleveland
200 Northumberland
200 County Durham
200 Newcastle
300 Cleveland
convert to:
ID County
100 Newcastle; Cleveland
200 Northumberland; County Durham; Newcastle
300 Cleveland
I am only using MS Access to do this, no asp code or anything, so ideally, I would like to do it all as an Access query if possible.
Many thanks for taking the time to read this and any help would be fantastic.
Thanks
Sean.