kcn
Programmer
- Jul 5, 2002
- 27
Hi,
I'm getting the same message display *twice* when I use the no data event:
Private Sub Report_NoData(Cancel As Integer)
msgbox "no records!"
End Sub
If I include a cancel statement (Cancel = -1), the second message that displays is the Access: "the open report action was canceled"
Any ideas what could be going on?
This is Access 2000.
thanks!
I'm getting the same message display *twice* when I use the no data event:
Private Sub Report_NoData(Cancel As Integer)
msgbox "no records!"
End Sub
If I include a cancel statement (Cancel = -1), the second message that displays is the Access: "the open report action was canceled"
Any ideas what could be going on?
This is Access 2000.
thanks!