Select Query...

D

Darryn

Hi

I am trying to fix a select query that does a sum on an amount field... if
the Sum() result is the query leaves the field blank instead of 0.00. How do
i get it to report the 0.00 accordingly?

Thanks

Darryn
 
D

Darryn

thanks... that worked great
Duane Hookom said:
Possilby use Nz(Sum([YourField]),0)

--
Duane Hookom
MS Access MVP


Darryn said:
Hi

I am trying to fix a select query that does a sum on an amount field... if
the Sum() result is the query leaves the field blank instead of 0.00. How
do
i get it to report the 0.00 accordingly?

Thanks

Darryn
 
Top