View Single Post
Old 09-12-2000, 01:42 PM   #1
artsapimp
Member (10 bit)
 
Join Date: May 1999
Location: Orlando, FL
Posts: 975
Send a message via ICQ to artsapimp
One of my projects is based on golf scores. I am writing the scores to an access database for each hole for each person (36 people). I want to have a leaderboard which updates automatically the lowest 5 scores.

I can write my SQL statement to ORDER by TotalScore which will put them in the correct order. But....

I can't figure out a way to make TotalScore equal hole1 + hole2 + hole3 + .... automatically. I know in excel you can write code like =sum(a4:a9) and it will do that. Is there something like this for access?
artsapimp is offline   Reply With Quote