G
Guest
Hi- Hope you can help!
I am running a macro (Run SQL) as follows:
UPDATE tvc Set field2 = ((ScannedUnits)/BaseUnits)*100 WHERE 1=1
The problem with this statement or field is that it rounds up/down the
calculation.
If the answer is: 118.446, in the field it rounds it down to: 118.00
I have tried setting the decimal point to two or more, but it just gives me
zeros. I want the return result to be the exact calculation of: 118.446.
Hopefully I explained this OK.
Thanks if you can be of any help!
I am running a macro (Run SQL) as follows:
UPDATE tvc Set field2 = ((ScannedUnits)/BaseUnits)*100 WHERE 1=1
The problem with this statement or field is that it rounds up/down the
calculation.
If the answer is: 118.446, in the field it rounds it down to: 118.00
I have tried setting the decimal point to two or more, but it just gives me
zeros. I want the return result to be the exact calculation of: 118.446.
Hopefully I explained this OK.
Thanks if you can be of any help!