M
mattc66 via AccessMonster.com
Hi All,
I am strugling with a rounding issue in a query.
Example:
List price = $1365.00
Mulitipler = .425
Sale Price = 580.125
x 5 units = 2900.625
However I need the sale price to be: 580.13 x 5 = 2900.65
i have set the SalePrice: Round(([ListPrice]*[Multiplier]),3) and the result
displays 580.13 but when I do the same Round(([SalePrice]*[Qty]),3) = 2900.63.
Do I need to perform 2 seperate Queries?
Matt
I am strugling with a rounding issue in a query.
Example:
List price = $1365.00
Mulitipler = .425
Sale Price = 580.125
x 5 units = 2900.625
However I need the sale price to be: 580.13 x 5 = 2900.65
i have set the SalePrice: Round(([ListPrice]*[Multiplier]),3) and the result
displays 580.13 but when I do the same Round(([SalePrice]*[Qty]),3) = 2900.63.
Do I need to perform 2 seperate Queries?
Matt