Color Code words in a report

  • Thread starter Thread starter Bob V
  • Start date Start date
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
 
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.
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top