R
RP
Hi,
I've got following problem:
in new table there are two fields "a" and "b" - data type for both are
"double"
in field "a" there is "488.25" value
in field "b" = "494.36"
both input manually !!
and main problem - query:
SELECT [a]- AS DIFF
FROM Table1;
return not "-6.11" but "-6.11000000000001" - WHY ????
I've installed SP3 for Office (2000) - and it doesn't help ;-(((
what's wrong with it ??
regards,
RP
I've got following problem:
in new table there are two fields "a" and "b" - data type for both are
"double"
in field "a" there is "488.25" value
in field "b" = "494.36"
both input manually !!
and main problem - query:
SELECT [a]- AS DIFF
FROM Table1;
return not "-6.11" but "-6.11000000000001" - WHY ????
I've installed SP3 for Office (2000) - and it doesn't help ;-(((
what's wrong with it ??
regards,
RP