I am trying to multiply 2 fields in Access
Field1 has a value of 70.1
Field2 has a value of 2.05
Formula is
[Field1] * [Field2]
Result is 143.70499665737 2
Help!! I really need it to give me the correct result of 143.705
I don't have a clue why access is not multiplying this correctly.
Just in case this makes a difference:
Field1 is defined on the table as Currency-Currency-Auto (decimal places)
Field2 is defined on the table as Number-Single-Fixed (6 decimal places)
Field1 has a value of 70.1
Field2 has a value of 2.05
Formula is
[Field1] * [Field2]
Result is 143.70499665737 2
Help!! I really need it to give me the correct result of 143.705
I don't have a clue why access is not multiplying this correctly.
Just in case this makes a difference:
Field1 is defined on the table as Currency-Currency-Auto (decimal places)
Field2 is defined on the table as Number-Single-Fixed (6 decimal places)
Comment