J
jez123456
Hi, I have a table with the following fields and data
Name Relevance
Thompson 6
Thompson 6
Thompson 4
Thompson 6
Parker 6
If I sort the data by Relevance, I get
Name Relevance
Thompson 4
Parker 6
Thompson 6
Thompson 6
Thompson 6
But what I want is
Name Relevance
Thompson 4
Thompson 6
Thompson 6
Thompson 6
Parker 6
Many thanks
Name Relevance
Thompson 6
Thompson 6
Thompson 4
Thompson 6
Parker 6
If I sort the data by Relevance, I get
Name Relevance
Thompson 4
Parker 6
Thompson 6
Thompson 6
Thompson 6
But what I want is
Name Relevance
Thompson 4
Thompson 6
Thompson 6
Thompson 6
Parker 6
Many thanks