C
Carlos
I use a module to automatically send out a few reports
using DoCmd.SendObject. The datasource for the reports
are queries. I don't want to send out blank reports when
there is no instances to be reported. Is there a test
condition I can use in the module that would determine
that the output of the query is blank, and therefor skip
the SendObject line.
I am using Access 97.
Thank you,
Carlos
using DoCmd.SendObject. The datasource for the reports
are queries. I don't want to send out blank reports when
there is no instances to be reported. Is there a test
condition I can use in the module that would determine
that the output of the query is blank, and therefor skip
the SendObject line.
I am using Access 97.
Thank you,
Carlos