jlnewbie
Technical User
- Aug 9, 2000
- 69
I have a query calculation that formatted to return the value to the nearest 0.
Ex. 2343 = 2340 using KMITCH's idea which perfectly.
Format([FieldToRound]/100,"0.0"
*100
I would like the second query that take the average of these numbers to be formatted the same way (i.e. to the nearest 0). But i can't seem to format using this method because it is not a calculated field. Right now the average between both numbers come like this 2340 and 2330 , Average = 2335.
Thanks
[sig]<p>JLopez<br><a href=mailto:Lopez31@ATC-Enviro.com>Lopez31@ATC-Enviro.com</a><br>Environmental Services @ Your Service[/sig]
Ex. 2343 = 2340 using KMITCH's idea which perfectly.
Format([FieldToRound]/100,"0.0"
I would like the second query that take the average of these numbers to be formatted the same way (i.e. to the nearest 0). But i can't seem to format using this method because it is not a calculated field. Right now the average between both numbers come like this 2340 and 2330 , Average = 2335.
Thanks
[sig]<p>JLopez<br><a href=mailto:Lopez31@ATC-Enviro.com>Lopez31@ATC-Enviro.com</a><br>Environmental Services @ Your Service[/sig]