> I presume you are doing this because not every column has data?
No. It's because the text box for each column contains a calculation. What I need is the sum of all rows for that column. For example, the formula for text box "txtTotalBaseCost" is this:
=[txtPercentofBase]*[BaseEquipmentCharge]
I tried using the Sum function in the footer like so:
Sum(txtTotalBaseCost)
But that doesn't work. So my workaround was to utilize another hidden text box with the same formula that has its Running Sum property set to "Over Group". That has the mixed results that I described.