S
Swim Dad
Good Morning,
Thanks in advance for any help.
Using Access 2003 and I am by no means a code wizard.
I have a report that contains a text box. In the text box I would like to
change the color of a concatenated field (i.e. the field name "Person"). Is
this possible?
This is my current statement:
="Total for " & ([Person]) & "= " & Format(Sum([Total_Amount]),"Currency")
Results in: "Total for Smith = $1.00" I would like "Smith" only to be
something different.
Thanks in advance for any help.
Using Access 2003 and I am by no means a code wizard.
I have a report that contains a text box. In the text box I would like to
change the color of a concatenated field (i.e. the field name "Person"). Is
this possible?
This is my current statement:
="Total for " & ([Person]) & "= " & Format(Sum([Total_Amount]),"Currency")
Results in: "Total for Smith = $1.00" I would like "Smith" only to be
something different.