Hi all,
I have a table like this
Name - Text
---------------------
Adams - text1
James - text2
Adams - text3
Steward - text4
And I want to converted to a table-query like this
Name - Text
---------------------
Adams - text1 & text3
James - text2
Steward – text4
The problem is that I have to do with text not with numbers
Is it possible?
Thanks for your time
Andreas
I have a table like this
Name - Text
---------------------
Adams - text1
James - text2
Adams - text3
Steward - text4
And I want to converted to a table-query like this
Name - Text
---------------------
Adams - text1 & text3
James - text2
Steward – text4
The problem is that I have to do with text not with numbers
Is it possible?
Thanks for your time

Andreas