R
Rebecca
Hello,
I wrote a module in Microsoft Access that calculates the
moving average of Actual effort for the current quarter,
as well as the past 3 quarters. I would like to use this
module in a text box on my report down in the "quarter
footer" section. I have typed the following into the text
box control source:
=MovAvg([actual_effort_hrs],[Quarter],4)
(MovAvg is the name of my function within the module,
actual_effort_hrs is a bound text box on the report, and
quarter is also bound to a table and contains a header and
footer for the report.)
However, when I preview the report I get the following
message where my text box is: #Name?.
Please let me know if you have any suggestions on how to
fix my problem so that my quarter footer will show a
moving average based on the past 4 quarters. Thanks, have
a good day!
I wrote a module in Microsoft Access that calculates the
moving average of Actual effort for the current quarter,
as well as the past 3 quarters. I would like to use this
module in a text box on my report down in the "quarter
footer" section. I have typed the following into the text
box control source:
=MovAvg([actual_effort_hrs],[Quarter],4)
(MovAvg is the name of my function within the module,
actual_effort_hrs is a bound text box on the report, and
quarter is also bound to a table and contains a header and
footer for the report.)
However, when I preview the report I get the following
message where my text box is: #Name?.
Please let me know if you have any suggestions on how to
fix my problem so that my quarter footer will show a
moving average based on the past 4 quarters. Thanks, have
a good day!