D
Daniel
Hi,
On a form, I'm trying to perform a sum over a single field in a
table. There's a control on the form which is bound to that field,
but it is named differently. When I open the form, it shows an #Error
in the summation textbox, but when I change the formula
e.g. from:
=sum(nz([rating]))
to:
=sum(nz([rating],0))
it shows the correct sum. Upon closing, saving, and re-opening the
form (with the 'corrected' formula), it shows #Error again. I can
then change the formula back to the original form and it shows the sum
again. But subsequent opens result in the #Error message.
Any idea what I can do? I tried deleting the textbox and making a new
one, but it was to no avail.
Thanks,
Daniel
On a form, I'm trying to perform a sum over a single field in a
table. There's a control on the form which is bound to that field,
but it is named differently. When I open the form, it shows an #Error
in the summation textbox, but when I change the formula
e.g. from:
=sum(nz([rating]))
to:
=sum(nz([rating],0))
it shows the correct sum. Upon closing, saving, and re-opening the
form (with the 'corrected' formula), it shows #Error again. I can
then change the formula back to the original form and it shows the sum
again. But subsequent opens result in the #Error message.
Any idea what I can do? I tried deleting the textbox and making a new
one, but it was to no avail.
Thanks,
Daniel