AccessUser22
Technical User
I'm completely at a loss as to what is happening in my views. I have a subquery that has values 255.42 and 319.275 for one field and one employee in my query. If I run a SUM on top of this query on this field, for some reason it gives me a bunch of extra decimal points. The answer should be 574.695, but instead it's giving me 574.69499206543. Where are all these extra decimal points coming from.
My main issue is I need to round this to two decimal places, which should be 574.70, but instead because of the extra decimals I'm getting 574.69.
Where am I going wrong?
My main issue is I need to round this to two decimal places, which should be 574.70, but instead because of the extra decimals I'm getting 574.69.
Where am I going wrong?