G
Guest
I have a form for get the user's criteria for running a report. on that
report, when there is no data (blank), it prompts user that there is no data
, and stops openning the report. But this event (no data on report) causes an
error on my form and the debuger stops on that statment which open the report;
DoCmd.OpenReport ReportName...
I dont why the open report command causes an error when the report is empty??
report, when there is no data (blank), it prompts user that there is no data
, and stops openning the report. But this event (no data on report) causes an
error on my form and the debuger stops on that statment which open the report;
DoCmd.OpenReport ReportName...
I dont why the open report command causes an error when the report is empty??