=========
QUESTION
———
How do I round a number in the Query output in Microsoft Access

=========
ANSWER
———
Round(Expression,[Decimal_Places])
Expression is the number you wish to round
Decimal_Places is the number of decimals you wish to round to

=========
EXAMPLES
———
Round(Goals)

Round(Goal,2)

Round(153.38,1)
= 153.4

=========
APPLIES TO / KEY WORDS
———
Microsoft Access
Functions

=========
REF
———
http://www.techonthenet.com/access/functions/numeric/round.php 


http://www.anysitesupport.com/access-round-function/