Display a count of "0" in report
I have a report that through query counts the number of records in a table for display. My problem is that if there are no records I am getting "#error". How can I display a "0", if there are no records?
In the text box this what I have, =[table].[count]
Any suggestions
|