How can I get a message like: No records to display. on a report?
A Allen Browne Jun 29, 2006 #2 Use the NoData event of the report. If the event fires, pop up a MsgBox.
O Ofer Cohen Jun 29, 2006 #3 On the On NoData Property of the report write the code MsgBox "No Data" Cancel = True