I have a report that has a query as its data source and within the query I count the number of records that have their "problem" field set to "1"
If there are no records in the table with a "1" in the problem field, I would like to display a message box that states "no problem found" instead of opening up the report.
How can I set this up to do this?
Thanks
If there are no records in the table with a "1" in the problem field, I would like to display a message box that states "no problem found" instead of opening up the report.
How can I set this up to do this?
Thanks