Hi,
I'm trying to find a way to set the query which will show me the default 0 when there is no records from in one column. This column has a total Count included.
I know Nz function but it turns zero when there is NULL result and I don't have any records.
What are the other options? Is there a function that can show me the values 0?
Let's assume there is a column called Actors and there are years Years when they were nominated for Oscars
Smiths - 2006
Smiths - 2007
Stallonee - 2008
Seagalll - 2009
We have 2010 now and There are 5 nominees, we count how many times they were nominated
Smiths - 2
Stallonee - 1
Seagalll - 1
The question is how do I get Shfwarzeneeger to be shown if the count will not give me any results?
Thanks in advance.
Tom