G
Guest
I have a field in a query that shows the percentage of ownership of a condo there are 291 records. e.g
Name Unit SfCondoUnit
Smith 8 0.1
Jones 8 0.0
Love 8 0.1
From that query I have made another query to calculate (Sum Of CONDOUNITS: Sum(PERCENTAGES.SfCondoUnits) all of the ownership together, the total should show 29, but instead it shows 29.000000000001. I dont know why it is doing this? Is there a rounding command? I have had this problem also when I calculate the report. I am completly at a loss
Name Unit SfCondoUnit
Smith 8 0.1
Jones 8 0.0
Love 8 0.1
From that query I have made another query to calculate (Sum Of CONDOUNITS: Sum(PERCENTAGES.SfCondoUnits) all of the ownership together, the total should show 29, but instead it shows 29.000000000001. I dont know why it is doing this? Is there a rounding command? I have had this problem also when I calculate the report. I am completly at a loss