I have a simple expression in a report I created:
= [query1] - [query2].
The results being returned in the queries are based off of the COUNT function. When a number is returned for both queries then it works fine. The problem is whenever query 1 or 2 do not return a number then the report is blank. What I would like is that when query 1 or 2 does not return a number it should be as if its zero. For example if query 2 doesnt return a number then it should be:
=[query1] - 0.
Any suggestions?
= [query1] - [query2].
The results being returned in the queries are based off of the COUNT function. When a number is returned for both queries then it works fine. The problem is whenever query 1 or 2 do not return a number then the report is blank. What I would like is that when query 1 or 2 does not return a number it should be as if its zero. For example if query 2 doesnt return a number then it should be:
=[query1] - 0.
Any suggestions?