I have a VBA module, which does several things.
One of its tasks is to cycle through several reports, printing them. I’m trying to find a way to not print them if there is no data.
I know how to use the “OnNoData” Event on the report, but if I use that, it stops the module from running, cancelling all the other subsequent actions.
Presumably, what I need is some form of “IF” statement in the vba module, but I can’t think how to do it.
Any suggestions
Thanks