If the report filter returns 0 records, how do I modify the filter to show a message with no data?
If I use the nodata event, I end up with a openreport error 2501. To trap this error, I need the onclick event of the report form which I don't have access to.
I would like to have either a message box pop up saying there aren't any matches for the given criteria OR the report caption (or a text box) to say...No data found
Any ideas anyone? Thanks lhuffst
current filter example
If I use the nodata event, I end up with a openreport error 2501. To trap this error, I need the onclick event of the report form which I don't have access to.
I would like to have either a message box pop up saying there aren't any matches for the given criteria OR the report caption (or a text box) to say...No data found
Any ideas anyone? Thanks lhuffst
current filter example
Code:
[t_Events].[EventCatCode] IN ('INSPECTION','SAMPLE') AND [EventTypeAbbrv] <> 'SELF' AND [COMPLETEDATE] <> NULL