Hi All,
I wonder if someone could please help me out of this dilema.
I have three queries each of these queries performes a count, basically one counts how many eipsodes there are in a TV series. The next Counts how many I have got and Finally the third counts how many I have not got.
I then start a new query when I add a query showing the series titles and then add in the three queries above. I link each of three queries to the query showing the series title.
The query works, however where I have not got any of the series or I have none missing, the results of the query show a null response rather than a numeric 0 response. This is my problem, I need it to display 0 rather than Null.
As Below
This is what I get
Title Total Got Missing
My Family 112 110 2
My Hero 20 20
Blackadder 54 53 1
Trouble 20 20
etc etc
What I would like is the following
Title Total Got Missing
My Family 112 110 2
My Hero 20 20 0
Blackadder 54 53 1
Trouble 20 0 20
etc etc
So basically, anyone know how these nulls can be displayed as 0's
Many thanks
Modex
I wonder if someone could please help me out of this dilema.
I have three queries each of these queries performes a count, basically one counts how many eipsodes there are in a TV series. The next Counts how many I have got and Finally the third counts how many I have not got.
I then start a new query when I add a query showing the series titles and then add in the three queries above. I link each of three queries to the query showing the series title.
The query works, however where I have not got any of the series or I have none missing, the results of the query show a null response rather than a numeric 0 response. This is my problem, I need it to display 0 rather than Null.
As Below
This is what I get
Title Total Got Missing
My Family 112 110 2
My Hero 20 20
Blackadder 54 53 1
Trouble 20 20
etc etc
What I would like is the following
Title Total Got Missing
My Family 112 110 2
My Hero 20 20 0
Blackadder 54 53 1
Trouble 20 0 20
etc etc
So basically, anyone know how these nulls can be displayed as 0's
Many thanks
Modex