J
John
I have a report with the following expression in a text box for tax,
=Sum([SubtotalLow]) & " @ 13.5% " & Round(Sum([TotalVatLow]),2)
I get the intended result, but how do I format this to display the result as
standard number, ie. to display trailing zeros (59.3 as 59.30)
Thanks for any help
John
=Sum([SubtotalLow]) & " @ 13.5% " & Round(Sum([TotalVatLow]),2)
I get the intended result, but how do I format this to display the result as
standard number, ie. to display trailing zeros (59.3 as 59.30)
Thanks for any help
John