When printing or viewing a report I would like to have certain fields printed in a specific color. At times with an exact name and other times with the use of a wildcard.
Something like
What about code that will place a wildcard after "FIRST TEAM*"
Thanks much . . . Rick
Something like
Code:
If Scmls.ListName="FIRST TEAM" then
Print In color orange
else Print in Black
What about code that will place a wildcard after "FIRST TEAM*"
Thanks much . . . Rick