I’m using a form in access 97’ to enter a date range and other report
selection information. I then create a ‘where clause’ with this data and
call the report using Docmd. In the report I trap the event for no report
data and put a message on the screen saying, ‘No data, try another date
range’ then I also set cancel = true in the event procedure.
Well, the message shows when it should and it tries to cancel the report but
an error appears on the screen saying I’m canceling the report I requested
with the docmd. I agree, I am, but why the message and how do I get rid of
it?
sc...@wendelltextiles.com