kirstenlargent
Technical User
I currently have multiple queries that use the Count function. I have them all combined into one main query. My problem is that some of the Count queries do not find any records (and that is correct, there are currently no records meeting the criteria). But when the queries find no records, they display nothing, so the main query that combines them all displays nothing, even when some of the other queries have actual number results for their count.
Example: Query1 count is 6. Query2 count is 34. Query3 count is nothing, no records found. One main query to join Query1 and Query2 displays counts of 6 and 34. But if I add Query3, no results are displayed for ANY of the queries.
I'm trying to find a way to make the queries that do not find any records display Zero. Is that possible? Or any way you can think of where the actual valid counts would display, even if some of the other counts returned no records? THANKS!
Example: Query1 count is 6. Query2 count is 34. Query3 count is nothing, no records found. One main query to join Query1 and Query2 displays counts of 6 and 34. But if I add Query3, no results are displayed for ANY of the queries.
I'm trying to find a way to make the queries that do not find any records display Zero. Is that possible? Or any way you can think of where the actual valid counts would display, even if some of the other counts returned no records? THANKS!