How to Display no Records

O

Ofer Cohen

On the On NoData Property of the report write the code

MsgBox "No Data"
Cancel = True
 
Top