Oct 12, 2009 #1 wz Programmer Joined Feb 16, 2001 Messages 88 Location US I have an expression in my querry: [number1]\[number2] this number is rounding up & I have the format set to standard with 2 decimals - but I don't want it to round up- how?
I have an expression in my querry: [number1]\[number2] this number is rounding up & I have the format set to standard with 2 decimals - but I don't want it to round up- how?
Oct 12, 2009 #2 dhookom Programmer Joined Jun 24, 2003 Messages 22,561 Location US You have used integer division (back slash) rather than regular division /. Duane Hook'D on Access MS Access MVP Upvote 0 Downvote
You have used integer division (back slash) rather than regular division /. Duane Hook'D on Access MS Access MVP
Oct 13, 2009 Thread starter #3 wz Programmer Joined Feb 16, 2001 Messages 88 Location US Wow what an easy fix, thanks a million, wz Upvote 0 Downvote