rounddown in access queries

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

Guest

Is it possible to round DOWN in access? I'm trying to transfer a scorecard
into access from excel, and i need this formula in it...Help?
 
Int() rounds a number down.

Fix() rounds positive values down, and negatives values up (i.e. rounding
towards zero.)
 
ok, i thought it worked, but when i compared it to my excel results,it was
different....
 
Ignore the previous post please! silly blond me forgot to change one of the
"round" to "int"

Thanks for your help!!
 
Back
Top