S
Song Su
I have a calculated control on group footer called txtFlex
=IIf([semester]="Fall Full-Time",[FT_Fall],IIf([semester]="Spring
Full-Time",[FT_Spring],Sum([Hour]/2)))
I want to total it in report footer
=sum([txtFlex])
When I run the report, it asks parameter 'txtFlex' in report footer. I
double checked the spelling and it's correct. I even tried to use Expression
Builder to use mouse to pick the control but it still gives me the error
message. If I delete the control in report footer, no error message. But I
do need that summary control in report footer.
What did I do wrong?
=IIf([semester]="Fall Full-Time",[FT_Fall],IIf([semester]="Spring
Full-Time",[FT_Spring],Sum([Hour]/2)))
I want to total it in report footer
=sum([txtFlex])
When I run the report, it asks parameter 'txtFlex' in report footer. I
double checked the spelling and it's correct. I even tried to use Expression
Builder to use mouse to pick the control but it still gives me the error
message. If I delete the control in report footer, no error message. But I
do need that summary control in report footer.
What did I do wrong?