I have an option group on my menu for the user to choose from available reports. When they click on a command button, a Select Case displays the appropriate report. When there are no records, I want to display a message rather than opening the report.
Since I'm opening the report via a command button, I can't use the On No Data event. I suspect I need to insert an IF statement in the Select Case but I'm not sure just how to code this.
Since I'm opening the report via a command button, I can't use the On No Data event. I suspect I need to insert an IF statement in the Select Case but I'm not sure just how to code this.