I did a search with my question and found no solutions that work. I have a report that lists and counts the jobs and amtBilled in the currenet month. The first day of the month there are no jobs listed in the querry. The report writer (print preview view) in the details footer gives err on all the Sum and count calculations. The details section is blank. This freaks the user out because they think something serious it worng.
I am able to display a message box in the report properties-event-on nodata
=MsgBox("No Data Entered",0,"No Data Entered")
After the user clicks OK the form appears with the err in all the footer fields. How can I close the form after the No Data Entered mesage with out it loading in the print preview.
Thanks
I am able to display a message box in the report properties-event-on nodata
=MsgBox("No Data Entered",0,"No Data Entered")
After the user clicks OK the form appears with the err in all the footer fields. How can I close the form after the No Data Entered mesage with out it loading in the print preview.
Thanks