R
Renee
I have a calculated field in a report:
=fnDepreciation([EquipType], [InService], [YearNumber],
[Cost])
where fnDepreciation is a public function. The function
works well, but when I try to add a sum to my report I get
#Error. This is what I'm typing in the text box on the
report:
=Sum(fnDepreciation([EquipType], [InService],
[YearNumber], [Cost]))
I also tried getting the sum of the Cost with =Sum([Cost])
and also got #Error.
What am I doing wrong? Is it possible the Sum function is
not installed? If so, how do I install it?
Thanks for any help!
Renee
=fnDepreciation([EquipType], [InService], [YearNumber],
[Cost])
where fnDepreciation is a public function. The function
works well, but when I try to add a sum to my report I get
#Error. This is what I'm typing in the text box on the
report:
=Sum(fnDepreciation([EquipType], [InService],
[YearNumber], [Cost]))
I also tried getting the sum of the Cost with =Sum([Cost])
and also got #Error.
What am I doing wrong? Is it possible the Sum function is
not installed? If so, how do I install it?
Thanks for any help!
Renee