Print IF table is empty

B

Beverly76

I have a report that is based on a table. I use a macro to refresh the table
and print the report. I only want to print the report if the table has data
in it.

Any ideas?
 
V

Van T. Dinh

There is a Report_NoData Event that you can use to cancel the Report
processing.

Check Access VB Help on the NoData Event.
 
Top