Color Code words in a report

B

Bob V

Is it possible to code a report for words to be a certain color?
Like:
"Mar" = normalColor 246
"Apr" = normalColor 1234

Thanks for any help............Bob
 
T

Tom Ventouris

It can be done with a nit of code, but for the easiets way, have a look at
conditional formatting in the report design view.
 
L

Larry Linson

Bob V said:
Is it possible to code a report for words to be a certain color?
Like:
"Mar" = normalColor 246
i> "Apr" = normalColor 1234

And, unless you are using new features of Access 2007 or a Rich Text ActiveX
Control, you can't mix those words in with other text of a different color
in a Control like a text box.

Larry Linson
Microsoft Access MVP
 
Q

queen of the mirror

Bob V said:
Is it possible to code a report for words to be a certain color?
Like:
"Mar" = normalColor 246
"Apr" = normalColor 1234

Thanks for any help............Bob
 
Top