Select Query...

  • Thread starter Thread starter Darryn
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top