G
Guest
When creating a query that divides two numbers, I loose the decimal places.
I get the whole number without any decimal numbers, just zeros.
Example: 100/11 = 9.09
My forumula returns 9.00
I have tried
1. Setting the properties for the query column and entering the fields
[Num1]/[Num2]
2. format(([Num1]/[Num2]),"Fixed")
3. format(([Num1]/[Num2]),"##0.00")
4. formatnumber(([Num1]/[Num2]),-1,-1)
I checked my regional settings and they are set to allow decimals.
It has to be a system/software issue.
Can anyone help?
I get the whole number without any decimal numbers, just zeros.
Example: 100/11 = 9.09
My forumula returns 9.00
I have tried
1. Setting the properties for the query column and entering the fields
[Num1]/[Num2]
2. format(([Num1]/[Num2]),"Fixed")
3. format(([Num1]/[Num2]),"##0.00")
4. formatnumber(([Num1]/[Num2]),-1,-1)
I checked my regional settings and they are set to allow decimals.
It has to be a system/software issue.
Can anyone help?