|
how would i go about taking two or more fields in a database table and adding them up?
example table - I want to add up scores and display the total in the total column
| NAME | SCORE 1 | SCORE 2 | SCORE 3 | TOTAL |
-------------------------------------------------
|--Bill--|---50----|---20----|----70----|---??---|
|-Dave-|---60----|---10----|----20----|---??---|
|-Josh--|---80----|---50----|----10----|---??---|
Last edited by FutileSoul : 04-11-2007 at 02:05 PM.
|