Neil has the easiest way of doing the sums across a row, but a better question is, why are you storing your data where it would need to be summed in rows instead of columns? That really stinks of Excel-itis. You may want to look at crosstab queries as well, or reconsider your structure.
Of course, if this is just a one-time thing and you aren't summing across rows all over the place, then no need to jump ship and start over. It's just sounding like you're working with Access as if it's Excel, and regardless of the visual similarities between Access' table view and Excel's normal view, they are nothing alike.
This ensures that a null value in any field won't make the total throw an error.
Moniker, I've got properly normalised applications where I still need to sum fields in a record but I agree that this can be an indication of design problems.
This ensures that a null value in any field won't make the total throw an error.
Moniker, I've got properly normalised applications where I still need to sum fields in a record but I agree that this can be an indication of design problems.