Hello,

I wonder if anyone can help me please ?

I have a listview which contains several rows of data.
I'd like to know if it is possible to pull out only the unique names :

So for example :

Row 1 = Vince Chase
Row 2 = Jonny Chase
Row 3 = Eric Murphy
Row 4 = Jonny Chase
Row 5 = Eric Murphy
Row 6 = Jonny Chase

I wouldn't want to see each name as it appears, I'd only want to see each name once, so I'd see :

Vince Chase
Eric Murphy
Jonny Chase

Is this possible ?
If so, where would I begin ?

Thanks.