Currency is a fixed-point number with four digits to the right of the decimal.
Round is a function, not a statement. It returns a value. If you use the statement you provided above it will have no effect. You have to do something like this, to replace your second-from-last line of code:
![]()
curCommission = Round(curValue * curRate, 2)
Bookmarks