Hello,
I have a database with count query's.
Then i have a query that gives me a total of the count's
When one of the counts is null the total is also null.
I have tryed to put Nz before de sum, but it is the same.
This is what I tryed:
TotDH: Nz([TotMaHD];0)+Nz([TotVrHD];0)
Can somebody help me.
I have a database with count query's.
Then i have a query that gives me a total of the count's
When one of the counts is null the total is also null.
I have tryed to put Nz before de sum, but it is the same.
This is what I tryed:
TotDH: Nz([TotMaHD];0)+Nz([TotVrHD];0)
Can somebody help me.