Hi
My name is Bjorn and I have a VB question:
How do I join multiple rows in VB?
Example
I have the data in a format like this:
I would like to have the data like this
I really appriciate any help I can get. I am not well oriented in VB
Thanks
Bjorn
My name is Bjorn and I have a VB question:
How do I join multiple rows in VB?
Example
I have the data in a format like this:
Code:
result 1 result 2 11104 8 11104 1 11105 2 11105 4
Code:
result 1 result 2 11104 8 1 11105 2 4
Thanks
Bjorn
Comment