S
S.L.
My application need to keep 5 decimal digits. So, I can not use Curreny
datatype. But when I use single datatype, I not sure what exact value it
keeps.
My field value is derived from function round(<exp>,4) which result is
1.8745 but when it mutiply by 1.0 (VB automatically convert to 1# ) result
become 1.87450003623962. But if I multiply by 1, it reply 1.8745.
What exactly value does it keep ? And if it keep 1.87450003623962, How to
solve ?
datatype. But when I use single datatype, I not sure what exact value it
keeps.
My field value is derived from function round(<exp>,4) which result is
1.8745 but when it mutiply by 1.0 (VB automatically convert to 1# ) result
become 1.87450003623962. But if I multiply by 1, it reply 1.8745.
What exactly value does it keep ? And if it keep 1.87450003623962, How to
solve ?