Hi,
This is driving me bonkers! I have created a report that is has the following structure:
MANAGER HEADER
EMPLOYEE HEADER
MONTH HEADER (sickdays, special)
detail (criteria, score)
MONTH FOOTER
EMPLOYEE FOOTER
MANAGER FOOTER
In the MONTH header, i have a textbox called txtMonthScore. This is based on a calculation involving the sum of the score (from detail section) and also the fields sickdays and special.
In the employee footer, I want to perform a calculation based on the average of txtMonthScore. When I create a textbox with control source '=AVG([txtMonthScore])', I am asked to input the value of txtMonthScore in an input box when the report runs. However, If I miss out the calculation and leave the control source as '=[txtMonthScore]', the Access will recognise the textbox and display the most recent value it held.
Can anyone offer any advice???
Thanks in advance,
Graeme Taylor website:
This is driving me bonkers! I have created a report that is has the following structure:
MANAGER HEADER
EMPLOYEE HEADER
MONTH HEADER (sickdays, special)
detail (criteria, score)
MONTH FOOTER
EMPLOYEE FOOTER
MANAGER FOOTER
In the MONTH header, i have a textbox called txtMonthScore. This is based on a calculation involving the sum of the score (from detail section) and also the fields sickdays and special.
In the employee footer, I want to perform a calculation based on the average of txtMonthScore. When I create a textbox with control source '=AVG([txtMonthScore])', I am asked to input the value of txtMonthScore in an input box when the report runs. However, If I miss out the calculation and leave the control source as '=[txtMonthScore]', the Access will recognise the textbox and display the most recent value it held.
Can anyone offer any advice???
Thanks in advance,
Graeme Taylor website: