Hello All, I have a question about the nodata cancel procedure. I have the following code in the on no data event
Private Sub Report_NoData(Cancel As Integer) Cancel = True MsgBox "There are no pending Leaves today" End Sub It works well, except how do i get the "The OpenReport action was canceled" msgbox to not appear? Jim Wagner