W
Whitney
How can I program the Cancel button on a from to completely stop a report
from generating?
I tried ...
DoCmd.Close acReport, "rpt_Daily"
but that didn't work
I tried entering a similar command to stop the queries that generate when
the report is run, but that did nothing.
When I hit cancel, I get Enter Parameter Value for the data that would be
provided by the form (Date). If I hit cancel again, a blank report is
generated.
How can I prevent the additional pop ups and the blank report?
from generating?
I tried ...
DoCmd.Close acReport, "rpt_Daily"
but that didn't work
I tried entering a similar command to stop the queries that generate when
the report is run, but that did nothing.
When I hit cancel, I get Enter Parameter Value for the data that would be
provided by the form (Date). If I hit cancel again, a blank report is
generated.
How can I prevent the additional pop ups and the blank report?