I really need some help! I have a form has a lot of rows and columns. I
know how to sum them using Formcalc, but it would be tedious and
time-consuming to do it again and again for all my fields.So, here's
kind of how the form looks like: January February March ....... Total
YearRecyclable AmountWaste Amount Total TonsWhat I was doing was
something like this: Sum(January[0], February[0]....December[0]) under
"Total Year". But I would have to repeat this about 20 times for
different rows. Is ther...