Hi!<br><br>I need to be able to round off an integer like 16.666666666667 to a specific number of decimals like 16.67.<br><br>Examples:<br>RoundOff((100/6),2) will return 16.67<br>RoundOff((100/6),0) will return 17<br>RoundOff((100/6),5) will return 16.66667<br><br>Does Access 97 have a build-in function for this?<br><br>Thanks!<br><br>/Nicolaj