Friday, March 23, 2012

Multiple Formats...

I have a textbox that reads " Money: " and then a cash amount.... I have
formated the expression like this -
="Money: " & Format(Sum(Fields!Amount.Value),"C")
but my question is how can i get the SUM to be a different color than what
the word Money is. Currently money is defaulted to black but I want the SUM
to be green.
Any help will be greatly appreciated, thx!
--
CipherTeKST
MCSE: Security 2003, CCNA, Security+Drag two textbox and size it accordingly, put "Money" text in one text box
and the value in the other and changing the color to green.
Amarnath
"CipherTeKST" wrote:
> I have a textbox that reads " Money: " and then a cash amount.... I have
> formated the expression like this -
> ="Money: " & Format(Sum(Fields!Amount.Value),"C")
> but my question is how can i get the SUM to be a different color than what
> the word Money is. Currently money is defaulted to black but I want the SUM
> to be green.
> Any help will be greatly appreciated, thx!
> --
> CipherTeKST
> MCSE: Security 2003, CCNA, Security+

No comments:

Post a Comment