P
PJ
I have the following expression in a query and I want to format it for
currency.
SumOfPartAmount: Sum(Val(nulltozero(([PartAmount]))))
My return comes out as: 2500000.00
I Want it to come out at: $2,500,000.00
How would I do this in a query? This query is being used in a form and it
will not format to currency in the form.
currency.
SumOfPartAmount: Sum(Val(nulltozero(([PartAmount]))))
My return comes out as: 2500000.00
I Want it to come out at: $2,500,000.00
How would I do this in a query? This query is being used in a form and it
will not format to currency in the form.