A
Art Vandaley
Hi.
1.5*5.5 = 8.25
In Access 2007 forms and tables 1.5*5.5 = 8.20 (which is not correct)
Detail---------------------------------------------------------------------------
It is a textbox. I get value from textbox1 and put the result into textbox2.
I use below code for multiplying:
textbox2.Value = Nz([textbox1]) * 1.5
If textbox1 has a value like 5.5 then I see 8.20 in textbox2 instead of 8.25
---------------------------------------------------------------------------------
How can I fix it?
Many thanks for any help...
1.5*5.5 = 8.25
In Access 2007 forms and tables 1.5*5.5 = 8.20 (which is not correct)
Detail---------------------------------------------------------------------------
It is a textbox. I get value from textbox1 and put the result into textbox2.
I use below code for multiplying:
textbox2.Value = Nz([textbox1]) * 1.5
If textbox1 has a value like 5.5 then I see 8.20 in textbox2 instead of 8.25
---------------------------------------------------------------------------------
How can I fix it?
Many thanks for any help...