A
A deer in the digital media headlights!!
I have a report that displays the month, year and a headcount sum for that
month and year. The problem I am having is that if I run the report before I
have matching data I get #Error in place of the month and year. I would like
to display "No Data" and 0 (zero) in the report if there is no data for the
month.
The report pulls from a select query. The field in question is
DistributionDate. The report formats DistributionDate to show "January 2009"
using the following.
From the Property Sheet Control Source =Format$([DistributionDate],"mmmm
yyyy",0,0).
All of this is happening in the group footer of the report.
This report is a subreport for another report so I need for the information
to show "No Data" instead of displaying nothing or the #Error.
Thanks in advance,
Evan
month and year. The problem I am having is that if I run the report before I
have matching data I get #Error in place of the month and year. I would like
to display "No Data" and 0 (zero) in the report if there is no data for the
month.
The report pulls from a select query. The field in question is
DistributionDate. The report formats DistributionDate to show "January 2009"
using the following.
From the Property Sheet Control Source =Format$([DistributionDate],"mmmm
yyyy",0,0).
All of this is happening in the group footer of the report.
This report is a subreport for another report so I need for the information
to show "No Data" instead of displaying nothing or the #Error.
Thanks in advance,
Evan