A
Andrea
I have the following equation on a report.
="Total Due From" & " " & [BillableTo] & " $" &(Sum
([Amount]))
How can I drop the "$" and format the [Amount] field to
be currency. Is it something like this?
="Total Due From" & " " & [BillableTo] & " " &
(Format$(Sum([Amount])),"Currency")
="Total Due From" & " " & [BillableTo] & " $" &(Sum
([Amount]))
How can I drop the "$" and format the [Amount] field to
be currency. Is it something like this?
="Total Due From" & " " & [BillableTo] & " " &
(Format$(Sum([Amount])),"Currency")