R
Rebecca Hooker
I have four reports running from four queries to pick out
a particular report for each record depending on their
data. As they are all to be run from the same set of
records I have a macro which opens and prints out each
report in turn .
However, if there are no records matching the criteria for
a specific report it obviously prints out one copy of the
report saying #error# on it. I have tried to set the on no
data property to close the report if this is the case
instead of printing but it does not work. Is there any way
of suppressing a report to prevent it being printed out if
there are no records for that report?
a particular report for each record depending on their
data. As they are all to be run from the same set of
records I have a macro which opens and prints out each
report in turn .
However, if there are no records matching the criteria for
a specific report it obviously prints out one copy of the
report saying #error# on it. I have tried to set the on no
data property to close the report if this is the case
instead of printing but it does not work. Is there any way
of suppressing a report to prevent it being printed out if
there are no records for that report?