T
tuskan
Hi folks,
Amount: [UnitPrice]*[Quantity]*(1-[Discount])
I have typed this formula in a query in northwind.mdb from the Order
details table.
What i dont really get is actually that let's say i have
Unit Price: 2
Quantity: 50
Discount: 10%
Amount should be 90 (i guess) but the result when i run the query is
89,9999998509884
What is the problem with the floating points, any help is appreciated.
Thanks
Amount: [UnitPrice]*[Quantity]*(1-[Discount])
I have typed this formula in a query in northwind.mdb from the Order
details table.
What i dont really get is actually that let's say i have
Unit Price: 2
Quantity: 50
Discount: 10%
Amount should be 90 (i guess) but the result when i run the query is
89,9999998509884
What is the problem with the floating points, any help is appreciated.
Thanks