04-07-2008 10:27 AM
04-07-2008 02:16 PM
04-07-2008 02:36 PM - edited 04-07-2008 02:37 PM
or
Round(<your value> * 1000 + .5) / 1000
Replace 1000 with 10^<number of fractional digits desired>
Btw, changing the numeric format doesn't change the actual value, only how it is displayed.
04-08-2008 08:05 AM