B
Brent Taylor via AccessMonster.com
I am getting an #Error in my Footer total for three sub reports in this
section when data is null in one or more of my three fields. I have it set
up as:
=ZZZ1.Report!T1TotalP+ZZZ2.Report!T2TotalP+ZZZ3.Report!T3TotalP
I have tried =IIf(Report.HasData=True,Report!Amt,0)in the "On No Data" and
"On Error" in addition to every possible approach that I can think of.
Nothing has worked.
Any ideas??
Thank you,
Brent
section when data is null in one or more of my three fields. I have it set
up as:
=ZZZ1.Report!T1TotalP+ZZZ2.Report!T2TotalP+ZZZ3.Report!T3TotalP
I have tried =IIf(Report.HasData=True,Report!Amt,0)in the "On No Data" and
"On Error" in addition to every possible approach that I can think of.
Nothing has worked.
Any ideas??
Thank you,
Brent