J
Jen
Hi All,
I can't figure out why I'm getting the #ERROR message.
I have a txtBallVar textbox in the details section of my
form. In the form header I have another textbox -
txtLotMeanDiam. I would like to take all of the values in
the detail section and get an average. In the
txtLotMeanDiam controlsource property I have this: =Avg
(txtLotMeanDiam.value) and I've also tried this: =Avg
(txtLotMeanDiam) to no avail. I keep getting the #ERROR
message. I also have other aggregate functions (min, max
and sum) I'm trying to do but getting the same error.
Another thing I've tried to do is put the aggregate
textboxes in the form footer section and then tried to put
them right in the detail section.....same #ERROR message.
Can anyone tell me where I'm going wrong or if this is
some kind of bug?
Thanks,
Jen
I can't figure out why I'm getting the #ERROR message.
I have a txtBallVar textbox in the details section of my
form. In the form header I have another textbox -
txtLotMeanDiam. I would like to take all of the values in
the detail section and get an average. In the
txtLotMeanDiam controlsource property I have this: =Avg
(txtLotMeanDiam.value) and I've also tried this: =Avg
(txtLotMeanDiam) to no avail. I keep getting the #ERROR
message. I also have other aggregate functions (min, max
and sum) I'm trying to do but getting the same error.
Another thing I've tried to do is put the aggregate
textboxes in the form footer section and then tried to put
them right in the detail section.....same #ERROR message.
Can anyone tell me where I'm going wrong or if this is
some kind of bug?
Thanks,
Jen