View Full Version : How do i not print a report?


Access_Monkey87
10-14-2004, 04:31 AM
I need to prevent a report from printing, when there are no records that match the criteria of the corresponding query. I need to know what expression to input into the ‘Where condition’ of the macro that automatically prints the report from the switchboard. What formulae do I need to use?

Rich
10-14-2004, 04:46 AM
Use the NoData event of the Report, search the archives here for sample code