Hi everyone!
This currently affects all my objects, from table up to forms. My problem is that I cannot make the Totals row on the datasheet view to work, nor can I make the form footer sum to work.
Usually, I just sum a field at the footer of the subform with a textbox with a value of =Sum([Field]). Then I call that particular textbox on my mainform with =SubFormName.Form!ControlName. I have several of this controls already working. Each one assigned to a different subform, all of them working.
But when I did the same thing to another subform, I get a #Error in my totals textbox on the footer of my subform, it won't work anymore. So I checked and re-checked my syntax, they are all correct.
To check, I pressed the "Totals Row" feature of access 2010 in datasheet view, but could not make the sum value appear... however, the average, min, max, variance, deviation, etc. are all WORKING except for the "SUM."
I think something broke here... any ideas?
Thanks!
This currently affects all my objects, from table up to forms. My problem is that I cannot make the Totals row on the datasheet view to work, nor can I make the form footer sum to work.
Usually, I just sum a field at the footer of the subform with a textbox with a value of =Sum([Field]). Then I call that particular textbox on my mainform with =SubFormName.Form!ControlName. I have several of this controls already working. Each one assigned to a different subform, all of them working.
But when I did the same thing to another subform, I get a #Error in my totals textbox on the footer of my subform, it won't work anymore. So I checked and re-checked my syntax, they are all correct.
To check, I pressed the "Totals Row" feature of access 2010 in datasheet view, but could not make the sum value appear... however, the average, min, max, variance, deviation, etc. are all WORKING except for the "SUM."
I think something broke here... any ideas?
Thanks!