SUM QUERY

  • Thread starter Thread starter Felipe Taylor
  • Start date Start date
F

Felipe Taylor

I have a query that sums some values from other queries. When one of the
values from one of the primary queries is null, the sum query returns no
value at all...
Any ideas?
 
Use the Nz() function on each component of the sum.

Check Access Help on the Nz() function.
 

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