Cant eliminate decimals in a query

S

SoloUser

I have a field in a query that calculates the average miles between two
points. I changed the properties to set it to show zero decimal places yet it
is still returning values with multiple decimal places. How do I fix this?
 
J

John W. Vinson

I have a field in a query that calculates the average miles between two
points. I changed the properties to set it to show zero decimal places yet it
is still returning values with multiple decimal places. How do I fix this?

Use the Round() function to round your result to zero decimal places in the
calculated expression. If you'ld like help doing so post the expression you're
using - we can't see it from here.
 

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

Top