How do you get rid of the decimal places when using the "Currency" format?
Here is the line:
lbldifferenceAR.Caption = Format$([SumOfSumOfAR] - LastAR, "Currency"
But since it's standard formatting, I get the 0.00 decimals when I want the rounded number without decimals. I tried the ($#,###), but then I loose my parenthesis around negative numbers.
Any suggestions?
Thanks in advance for your help!
Karla
Here is the line:
lbldifferenceAR.Caption = Format$([SumOfSumOfAR] - LastAR, "Currency"
But since it's standard formatting, I get the 0.00 decimals when I want the rounded number without decimals. I tried the ($#,###), but then I loose my parenthesis around negative numbers.
Any suggestions?
Thanks in advance for your help!
Karla