Hello,
I followed all of the steps to create a ranking field with a query and it works perfectly with one exception. Instead of the rankings beginning with the number "1" they begin with the number "0". Can anyone tell me how to make the ranking field begin with 1 and not 0?
Here is the formula I used to create the field, following the steps laid out on the MS Access help site:
OFB Ranking: (Select Count(*) from [OFB Count] Where [MaxOfOFB Score]>[OFB Count2].[MaxOfOFB Score]+1)
Thanks for your help.
I followed all of the steps to create a ranking field with a query and it works perfectly with one exception. Instead of the rankings beginning with the number "1" they begin with the number "0". Can anyone tell me how to make the ranking field begin with 1 and not 0?
Here is the formula I used to create the field, following the steps laid out on the MS Access help site:
OFB Ranking: (Select Count(*) from [OFB Count] Where [MaxOfOFB Score]>[OFB Count2].[MaxOfOFB Score]+1)
Thanks for your help.