J
Jeroen Verdrengh
Hi,
I've put a calculated field in a query:
Sum([Stock]![Price_Excl_TVA]*(1+[Catalog_TVA]![Percentage]))
where Stock and Catalog_TVA are tables and
Price_Excl_TVA: Valuta
Percentage: Numeric, single precision
When I execute the query with values as below I get this:
120*(1 + 0.1) = 132,000000178814
100*(1 + 0.21) = 120,999999344349
What could I have done wrong?
greets,
Jeroen
I've put a calculated field in a query:
Sum([Stock]![Price_Excl_TVA]*(1+[Catalog_TVA]![Percentage]))
where Stock and Catalog_TVA are tables and
Price_Excl_TVA: Valuta
Percentage: Numeric, single precision
When I execute the query with values as below I get this:
120*(1 + 0.1) = 132,000000178814
100*(1 + 0.21) = 120,999999344349
What could I have done wrong?
greets,
Jeroen