How To Change the Forecolor of rptText at runtime at a given condition.
Say
If ROL < 100 Then
Sections("Section1").Controls(1).ForeColor = vbRed
Else
Sections("Section1").Controls(1).ForeColor = vbBlue
End IF
Where to write this code.
Thanks in Advance
my email is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.