Can anyone help
I have a control called Total Cost in the currency format which is set to equal a value based on a mathemeatical formula set by a macro and would like to round the result up to two decimal places as I suspect that the result is longer than 2 decimal places even though they are not shown. I have tried looking at the round function can can only see explanation regarding numbers. When inserting the control name in the round function it doesn't seem to work. I am trying the following
Round([Total Cost],1)
I have a control called Total Cost in the currency format which is set to equal a value based on a mathemeatical formula set by a macro and would like to round the result up to two decimal places as I suspect that the result is longer than 2 decimal places even though they are not shown. I have tried looking at the round function can can only see explanation regarding numbers. When inserting the control name in the round function it doesn't seem to work. I am trying the following
Round([Total Cost],1)