-
1
- #1
Is there a way to get my query to output an "zero" when I have no value to return?
I have a query that counts number of books sole everyday just based on the books names. (counting a text field)
If no books were soled the query does not work or I should say does not return a value. I want a zero just as a place holder for my daily report. Is there any way of doing that?
I tried: IIF is null ([field name], "0,"
IIF ([field name] is null, "0"
Why this won't work????
I have a query that counts number of books sole everyday just based on the books names. (counting a text field)
If no books were soled the query does not work or I should say does not return a value. I want a zero just as a place holder for my daily report. Is there any way of doing that?
I tried: IIF is null ([field name], "0,"
IIF ([field name] is null, "0"
Why this won't work????