I am tryng to design a report that queries my table for information on the geographic source of reservations, then summarizes each geo source category. Because we analyze different areas more closely (Canada is separated into provinces, some provinces are separated into cities, etc) the report has many subreports so that it all lays out clearly.
My problem occurs when the query returns no results in one category. This causes an #error message to appear in that control, and then all controls further down the line inherit that error message. How can I make the query return 0 so that the report can continue instead of giving me the error???
TIA