G
Guest
I have a calculated control on a report which I want to round to the nearest
dollar, but still show the 2 decimal places, even though they would be ".00".
The control's properties are set to Format = Currency, and Decimal places =
0, because I figured I could include a text at the end of the calculating
expression such as:
&".00"
I was thinking that it would read, as an example $8,690.00, but it returned
a result of 8960.46878587988.00. Certainly this is not a desired result.
Should I be taking a different avenue to achieve this? Any suggestions are
appreciated!
dollar, but still show the 2 decimal places, even though they would be ".00".
The control's properties are set to Format = Currency, and Decimal places =
0, because I figured I could include a text at the end of the calculating
expression such as:
&".00"
I was thinking that it would read, as an example $8,690.00, but it returned
a result of 8960.46878587988.00. Certainly this is not a desired result.
Should I be taking a different avenue to achieve this? Any suggestions are
appreciated!