F
fishqqq
I have a field that i've formatted as follows :
="$" & [total costs] & " " & [Text39]
this returns the following: $4.63680016994476 CDN
can someone suggest how i could format this so it will return : $4.64
CDN (instead of all the decimal places)?
thanks
Steve
="$" & [total costs] & " " & [Text39]
this returns the following: $4.63680016994476 CDN
can someone suggest how i could format this so it will return : $4.64
CDN (instead of all the decimal places)?
thanks
Steve