I have report that I start with a command button on a form whose record source is a series of queries. The first query may not find any records. The last query that feeds into the report always has records regardless of the results of the first subquery, so the 'no data' event does not work.
If the first query gets no hits, I want to shutdown the process, display a message, and let the user try again.
How do I do that?
Thank you,
Scott
If the first query gets no hits, I want to shutdown the process, display a message, and let the user try again.
How do I do that?
Thank you,
Scott