Sum in query returns scientific notation when amount is zero

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I sum an amount in a query, some of the amounts (not all) that net to
zero return a long number with an E in it.

Any ideas how I can avoid this or what is causing it?

Thanks in advance for your help!
 
When I sum an amount in a query, some of the amounts (not all) that net to
zero return a long number with an E in it.

Any ideas how I can avoid this or what is causing it?

Thanks in advance for your help!

Make the textbox (or the datasheet column) in which this number is
displayed wider.

If there's not room for a large number, Access will (sometimes
counterproductively) switch to scientific notation; the idea is that
seeing 3.2E7 gives you *some* information, whereas seeint 32412451
truncated to 324124 is actively misleading and wrong.


John W. Vinson[MVP]
 
Sounds like a scientific notation. Check your format property of the display.
 

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

Similar Threads

Sum of Amount 3
Access Sum in Query 11
SUM in a UNION query 2
Scientific notation 2
Crosstab sum doubles 2
Summing fields between two dates 1
Remove zero totals in query 4
The query cannot be completed. 1

Back
Top