Sub Report_NoData(Cancel As Integer) : Report Event « Access « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Access
- Report Event
Sub Report_NoData(Cancel As Integer)
MsgBox "There is no data for this report. Canceling report..."
Cancel = True
End Sub
Related examples in the same category