C
CJ
Hi Groupies:
I am creating a database for a golf tournament. After the Thursday and
Friday scores are input, I need to flight the players for Saturday.
I have a query that correctly sorts the players based on their scores and
tie breakers (sorting based on all 18 holes).
So, now I have a list of 288 golfers but I need to be able to sequentially
number their record from 1 - 288.
I have tried some of the suggestions for ranking from this newsgroup but it
always compares a total. I can not use this
because there are frequently tie scores, thus the need for tie breakers.
Is there a way to just add a column to my query that will start with the
person at the top and number down from 1 - 288?
I am creating a database for a golf tournament. After the Thursday and
Friday scores are input, I need to flight the players for Saturday.
I have a query that correctly sorts the players based on their scores and
tie breakers (sorting based on all 18 holes).
So, now I have a list of 288 golfers but I need to be able to sequentially
number their record from 1 - 288.
I have tried some of the suggestions for ranking from this newsgroup but it
always compares a total. I can not use this
because there are frequently tie scores, thus the need for tie breakers.
Is there a way to just add a column to my query that will start with the
person at the top and number down from 1 - 288?