Hi
I have 2 tables, each with 2 fields: A/C# and QTY.
I have a select query that looks for A/C# and QTY that match. The QTY field is Number, Fixed, 5 decimal places.
This query also has an expression that looks for the difference between QTY-A and QTY-B. Although there really aren't any differences between the two QTY fields in each table, there are a small number of records where the expression formula results in whacky scientific notation, such as 7.105427357601E-15. How can that be?
The data sources for each table are TXT files. One file's QTY value is already in the format of 123.45678 (5 fixed decimal places). The other file's QTY value is 12345678, so to get the decimal in the correct place run an interim query to reformat the value by multiplying it by .0001.
The resulting numbers look exactly the same between tables, but some records in the query's DIFF expression shows the scientific notation amount.
Any ideas as to why this could be happening?
Thanks in advance!
Jim DeGeorge![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)
I have 2 tables, each with 2 fields: A/C# and QTY.
I have a select query that looks for A/C# and QTY that match. The QTY field is Number, Fixed, 5 decimal places.
This query also has an expression that looks for the difference between QTY-A and QTY-B. Although there really aren't any differences between the two QTY fields in each table, there are a small number of records where the expression formula results in whacky scientific notation, such as 7.105427357601E-15. How can that be?
The data sources for each table are TXT files. One file's QTY value is already in the format of 123.45678 (5 fixed decimal places). The other file's QTY value is 12345678, so to get the decimal in the correct place run an interim query to reformat the value by multiplying it by .0001.
The resulting numbers look exactly the same between tables, but some records in the query's DIFF expression shows the scientific notation amount.
Any ideas as to why this could be happening?
Thanks in advance!
Jim DeGeorge
![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)