G
Guest
hi there,
I have a report which contains several subreports. If the report has no
data I have used an IIF statement to set the label to Null
(=IIf([Materialsinfo_subreport].[Report].[HasData],"Materials",Null))
I have a calculate total on the bottom the calculates all subtotals on the
subreports. It works alright, until one of my subreports has no data, then I
get an error message.
Thoughts?
Thanks
Todd
I have a report which contains several subreports. If the report has no
data I have used an IIF statement to set the label to Null
(=IIf([Materialsinfo_subreport].[Report].[HasData],"Materials",Null))
I have a calculate total on the bottom the calculates all subtotals on the
subreports. It works alright, until one of my subreports has no data, then I
get an error message.
Thoughts?
Thanks
Todd