R
Rhonda B
i have made a report that shows the scores and placings for contestants.
Some events have 2 sets of scores and so have two final results which get
added togeter and then divided by 2 to give a final percentage in the final
mark Box.
Then sometimes the same event has only 1 set of scores and 1 result and so
the report needs to reflect result 1 as the Final percentage
eg Place Contestants name Result 1 Result2 Final mark
-- 1 Betty Boo 56% 75%
65.5%
1 Betty Boo 56%
56%
ie. In the query under Final mark I have the following,
Final Mark=([Result1]+[Result2])/2 and this give the Final percentage.
however, if there is no [result2], then [result1] is the final result and
no calculation is needed just transfer the figure to the final percentage
box. the above formula doesnt workin this instance. what can I put into
the query to fix this?
Cheers RB
Some events have 2 sets of scores and so have two final results which get
added togeter and then divided by 2 to give a final percentage in the final
mark Box.
Then sometimes the same event has only 1 set of scores and 1 result and so
the report needs to reflect result 1 as the Final percentage
eg Place Contestants name Result 1 Result2 Final mark
-- 1 Betty Boo 56% 75%
65.5%
1 Betty Boo 56%
56%
ie. In the query under Final mark I have the following,
Final Mark=([Result1]+[Result2])/2 and this give the Final percentage.
however, if there is no [result2], then [result1] is the final result and
no calculation is needed just transfer the figure to the final percentage
box. the above formula doesnt workin this instance. what can I put into
the query to fix this?
Cheers RB