I want to get one highest value. I'm getting all the values. For exanple I get the data like this
56000
45265
41021
32000
22002
It's giving me the highest value on top and that;s good but I don't need Access to show the others, I want 56000 to show by itself along with the other values like
A 586956
B 626332
C 570000
D 562333
I did a grouping by but I still get all the values, highest value on top
Any ideas?
Thanks