Hello everyone,
I am organising various athletics meetings. Different races are graded differently by their importance. I have a table 'Athletes' and a table 'Meetings' which shows which grade each race is.
Am I able to create a table which would be able to recognise how many points are awarded depending on the position an athlete comes.
I have a grid as follows
1st place 2nd place 3rd place
Grade A 10 7 4
Grade B 6 4 2
Grade C 3 2 1
So if someone wins a grade A race they earn 10 points. If they finish second in a Grade C race they get 2 points.
I would like to create a Race Results table, where you would enter the meeting and the placement.
I want to be able to just enter the placement and for the system to recognise
a) which grade the race is (it would get this information from the main 'meetings' table)
b) how many points need to be awarded to the athlete once the placement is entered.
Any help or suggestions would be fantastic.
many thanks in advance
I am organising various athletics meetings. Different races are graded differently by their importance. I have a table 'Athletes' and a table 'Meetings' which shows which grade each race is.
Am I able to create a table which would be able to recognise how many points are awarded depending on the position an athlete comes.
I have a grid as follows
1st place 2nd place 3rd place
Grade A 10 7 4
Grade B 6 4 2
Grade C 3 2 1
So if someone wins a grade A race they earn 10 points. If they finish second in a Grade C race they get 2 points.
I would like to create a Race Results table, where you would enter the meeting and the placement.
I want to be able to just enter the placement and for the system to recognise
a) which grade the race is (it would get this information from the main 'meetings' table)
b) how many points need to be awarded to the athlete once the placement is entered.
Any help or suggestions would be fantastic.
many thanks in advance