I have the following calculation which returns 567.9099393
Set [FV_ClientBuy] = cDbl([Product.mPrice]/(1-0.7))
I would like to know if there is a function that will allow me to round this number to 2 decimal places.
I am trying to populate a string field, and it needs to be a string for other reasons.
Thanks in advance
Set [FV_ClientBuy] = cDbl([Product.mPrice]/(1-0.7))
I would like to know if there is a function that will allow me to round this number to 2 decimal places.
I am trying to populate a string field, and it needs to be a string for other reasons.
Thanks in advance