When I query a column in a table for a specific word (I want to COUNT how many times the word is in the list) and that word is not in the list, how do I get the query to return a value of zero instead of a null value?
I am sure that NZ (or Iif) must be part of this and written in SQL, but I am not sure where to include it in the query or how.
Thanks!
I am sure that NZ (or Iif) must be part of this and written in SQL, but I am not sure where to include it in the query or how.
Thanks!