blindlemonray
Technical User
Hi,
I have this as a control source for a text box in the detail section of a report:-
and it works fine. But I need to total this figure in the footer of the report, so I thought:-
would work but when the report is previewed it asks for the hours_actl field parameter value.
Can anyone tell my where I am going wrong?
Thanks
I have this as a control source for a text box in the detail section of a report:-
Code:
=IIf(IsNull([no_of_app]),([hours_actl]))
and it works fine. But I need to total this figure in the footer of the report, so I thought:-
Code:
=Sum(IIf(IsNull([no_of_app]),([hours_actl])))
would work but when the report is previewed it asks for the hours_actl field parameter value.
Can anyone tell my where I am going wrong?
Thanks