C
CBender
I have a field in a table named "Ext B/O" that lists the extended Backorder
Value for parts sold. There may be duplicate values and they should show the
same rankings.
I would like to rank these totals from highest to lowest dollar value.
I have tried the following query coding but I only get a count of the total
number of records in the query for each record (49435) and NOT the individual
ranking of the value.
Rank: (Select Count(*) from [tbl_WorkingData] Where [Ext B/O] >= 0)+1
Can ANYONE please tell me what I am doing wrong and how to correct it?
Thanks!!
Value for parts sold. There may be duplicate values and they should show the
same rankings.
I would like to rank these totals from highest to lowest dollar value.
I have tried the following query coding but I only get a count of the total
number of records in the query for each record (49435) and NOT the individual
ranking of the value.
Rank: (Select Count(*) from [tbl_WorkingData] Where [Ext B/O] >= 0)+1
Can ANYONE please tell me what I am doing wrong and how to correct it?
Thanks!!