I
Ivor Williams
I've created four queries which return the same information based on
different criteria. Each of the queries is based on the same two tables.
There are no records in the tables that match the criteria for one of the
queries, so of course it returns nothing. I've created a fifth query which
is based on the other four queries and a table. If I run the fifth query, no
records are returned, but if I remove the query with no records, the fifth
query works fine. How can I 'trick' the fifth query into returning a zero
value for the query with no records instead of nothing at all?
different criteria. Each of the queries is based on the same two tables.
There are no records in the tables that match the criteria for one of the
queries, so of course it returns nothing. I've created a fifth query which
is based on the other four queries and a table. If I run the fifth query, no
records are returned, but if I remove the query with no records, the fifth
query works fine. How can I 'trick' the fifth query into returning a zero
value for the query with no records instead of nothing at all?