G
Guest
I am working on a database that reviews and reports shipping performance
issues. A report run via selected date range will show all orders that are
considered late, according to specific criteria. A subreport will show the
percentage of late vs. on time. The goal of course is to have the report
show 100% on time - with no records indicating lateness.
The problem: When the date range selected is such that no orders are late,
the report will come up with #error# in several text boxes and no
information. True, since no orders are late. However, I would like that
report to instead show "All Orders On Time" or have another report appear
that says the above statement.
I created a macro that would run in the report event property "On No Data"
which would pull up a second report with the label "All Orders On Time", but
the original report with #error# still comes up with it. I tried to modify
the macro, so that it would close the #error# report first and then pull up
the second report, but that would not work either.
Any ideas/suggestions?!
issues. A report run via selected date range will show all orders that are
considered late, according to specific criteria. A subreport will show the
percentage of late vs. on time. The goal of course is to have the report
show 100% on time - with no records indicating lateness.
The problem: When the date range selected is such that no orders are late,
the report will come up with #error# in several text boxes and no
information. True, since no orders are late. However, I would like that
report to instead show "All Orders On Time" or have another report appear
that says the above statement.
I created a macro that would run in the report event property "On No Data"
which would pull up a second report with the label "All Orders On Time", but
the original report with #error# still comes up with it. I tried to modify
the macro, so that it would close the #error# report first and then pull up
the second report, but that would not work either.
Any ideas/suggestions?!