Rounding double data type

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

Guest

From Access code, how do I round to the nearest integer given a double data
type?
E.g. #1 round "15.5" to 16
E.g. #2 round "15.4" to 15
 
"proper" is in the eye of the beholder... < g > I'd overlooked the
"banker's rounding" discussions....

It works the way I always do rounding.. < g >
 

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