G
George
I would like to change a text color (on a Report) when the
the dollar value is < then 0.
I am able to code a form, but am not able to use the same
VB code on a report.
VB code used on a form:
If (me!Name)<0 then
me!Name.forecolor =255
Else
me!Name.forecolor =0
End If
Thanks for your Help!
George
the dollar value is < then 0.
I am able to code a form, but am not able to use the same
VB code on a report.
VB code used on a form:
If (me!Name)<0 then
me!Name.forecolor =255
Else
me!Name.forecolor =0
End If
Thanks for your Help!
George