Hi,
I am trying to get a simple sum to show up in a computed field in access...basically, for every individual record, I have a number that has been inputted for every month, and I would like the total for six months to show up in another box titled "Term 2 total." I have tried to type the following formula into the term 2 total box, but I keep getting odd or incorrect sums across records.
=Sum([Jul])+([Aug])+([Sep])+([Oct])+([Nov])+([Dec])
(The source titles are typed in correctly.) I am not sure what I am doing wrong. Please help me out!
Thanks in advance.