PaidtheUmpire
Programmer
I am currently using an Access database which has table like so...
NAME ROUND SCORE1 SCORE2 SCORE3
Bill 1 150 45 145
Bill 2 65 158 132
Fred 1 15 35 45
Is there a way of finding a persons SUM, MAX and MIN scores over all three score sessions, though an Access Query or SQL query? Or will i have to do it in the frontend?
Delphi I can't get enough of you.
NAME ROUND SCORE1 SCORE2 SCORE3
Bill 1 150 45 145
Bill 2 65 158 132
Fred 1 15 35 45
Is there a way of finding a persons SUM, MAX and MIN scores over all three score sessions, though an Access Query or SQL query? Or will i have to do it in the frontend?
Delphi I can't get enough of you.