Here is the code I have in the Nodata event of my report:
MsgBox "No data matched your criteria"
Cancel = True
There is no error handling in it now because I have tried every error trapping procedure I could find and nothing stops the VBA msgbox from popping up with the 'End' and 'Debug' buttons on it.
Does anyone know why I can't trap this error? (Access 2000)
Thanks
MsgBox "No data matched your criteria"
Cancel = True
There is no error handling in it now because I have tried every error trapping procedure I could find and nothing stops the VBA msgbox from popping up with the 'End' and 'Debug' buttons on it.
Does anyone know why I can't trap this error? (Access 2000)
Thanks