D
Dorothy
I have a field [AmtFunded]that is formatted for currency
and auto decimal places. When I put this field on a form
by itself it is formatted properly ($2,399.11.), but when
I combine it so that a 'period' would be at the end of it
(it's the end of a sentence)I don't get the '$' So I had
to create this code =("$" & [AmtFunded] & ".")
but now I don't get the comma after the thousand number.
My question is 2 part: 1) why wouldn't the format stay
when concatenating to place a "."? 2)How can I get the
comma to show?
and auto decimal places. When I put this field on a form
by itself it is formatted properly ($2,399.11.), but when
I combine it so that a 'period' would be at the end of it
(it's the end of a sentence)I don't get the '$' So I had
to create this code =("$" & [AmtFunded] & ".")
but now I don't get the comma after the thousand number.
My question is 2 part: 1) why wouldn't the format stay
when concatenating to place a "."? 2)How can I get the
comma to show?