That's what you are suppose to do. Run that formula in a query whenever you need the total. You don't store the total in your table.
Just from this brief glimpse of your structure, your table is NOT normalized at all. If you can change your structure, you should seriously consider it, your queries are just going to get harder and harder to design to get the data you want if you don't correct the structural issues.
HTH
Leslie