I am adding some values from other fields into a calc field. The values keep getting rounded up to the next whole number and I need to turn off the rounding so that this does not happen. I tried specifying the fields as decimal and currency in the table and on the form. It still rounds the numbers up. Below is and example of what I want it to do or what it should be doing and then another example of the actual results.
=[cboxNo1]*[CcubeNo1]+[cboxNo1a]*[CcubeNo1a]
10 x 1.5 + 5 x 3.5 should equal = 32.5
This expression is in field [Ccubecalc1]
Because the numbers are being rounded up, I get a total of 40 as a result in the Ccubecalc1 field. There has got to be a way to stop the data fields or calc fields from rounding numbers
=[cboxNo1]*[CcubeNo1]+[cboxNo1a]*[CcubeNo1a]
10 x 1.5 + 5 x 3.5 should equal = 32.5
This expression is in field [Ccubecalc1]
Because the numbers are being rounded up, I get a total of 40 as a result in the Ccubecalc1 field. There has got to be a way to stop the data fields or calc fields from rounding numbers