Textbox in Report

  • Thread starter Thread starter rixen
  • Start date Start date
R

rixen

Please help me with this code...

="I am working at"& [company] & "located in the Manila"

- How can change the result in [company] to large font and different color
in Preview state of report? Thank you.
 
Please help me with this code...

="I am working at"& [company] & "located in the Manila"

- How can change the result in [company] to large font and different color
in Preview state of report? Thank you.

AFAIK only by using three controls, probably two labels containing the quoted
text and a textbox containing the company. It's not very easy to have mixed
fonts or colors in a single Access textbox.
 
On Thu, 19 Feb 2009 19:55:01 -0800, rixen

In Access2007 you can use the new support for Rich Text. In previous
versions you need to use three different label controls, for each of
the three fragments of your sentence.

-Tom.
Microsoft Access MVP
 

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