J
JohnLute
I have a very complex query with many subqueries that reference numeric
fields either directly or through expressions and aliases. Every numeric
field or expression/alias is formatted to Fixed/4 decimals.
Here's some results that I get:
[UNNtWt] 0.8034 * [field2] 6 = 4.8206 when it should be 4.8204
[UNNtWt] 0.8034 * [field3] 1512 = 1214.7408 when it should be 1214.7975
UNNtWt: IIf(Nz([UnitNtWtConvlb],0)<>0,[UnitNtWtConvlb],IIf([UnitNtWtConvlb]
Is Null,[Density]*[UnitNtWtConvgal]))
UNNtWt is formatted to Fixed/4 decimals however is this string the problem?
the 0.8034 is entirely correct but maybe the string is affecting the accuracy
of the other calculations?
Thanks again!
fields either directly or through expressions and aliases. Every numeric
field or expression/alias is formatted to Fixed/4 decimals.
Here's some results that I get:
[UNNtWt] 0.8034 * [field2] 6 = 4.8206 when it should be 4.8204
[UNNtWt] 0.8034 * [field3] 1512 = 1214.7408 when it should be 1214.7975
UNNtWt: IIf(Nz([UnitNtWtConvlb],0)<>0,[UnitNtWtConvlb],IIf([UnitNtWtConvlb]
Is Null,[Density]*[UnitNtWtConvgal]))
UNNtWt is formatted to Fixed/4 decimals however is this string the problem?
the 0.8034 is entirely correct but maybe the string is affecting the accuracy
of the other calculations?
Thanks again!