Hi,
I have an Access table with a field, containing decimals ranging from 0.98099443222 to 0.01446670302. I need to sort these records in descending order and then group all records (there about 214,000 of them) into 10 equal buckets (equal number of records in each).
I assume, I can add one more field to house the bucket's indicator, but i need help to actually populate it.
If anybody could give me advice or even show some SQL code, I would greatly appretiate it!
Thank you!
I have an Access table with a field, containing decimals ranging from 0.98099443222 to 0.01446670302. I need to sort these records in descending order and then group all records (there about 214,000 of them) into 10 equal buckets (equal number of records in each).
I assume, I can add one more field to house the bucket's indicator, but i need help to actually populate it.
If anybody could give me advice or even show some SQL code, I would greatly appretiate it!
Thank you!