Round to a Multiple

  • Thread starter Thread starter mh
  • Start date Start date
M

mh

In an Access Report how do i round to the nearest multiple?

ex. 45263 Round to 45260
45266 Round to 45270

Thanks,
 
In an Access Report how do i round to the nearest multiple?

ex. 45263 Round to 45260
45266 Round to 45270

Thanks,

Multiple of 10?

10*Round([field]/10,0)

John W. Vinson [MVP]
 

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

Rounding up! 2
Access 2007: % fields rounding to nearest integer 3
Round to nearest quarter 5
Rounding 2
Rounding 10
Rounding up to the nearest .25 1
Preventing rounding numbers to nearest dollar 2
MROUND 3

Back
Top