Textbox in Report

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.
 
G

Gina Whipp

J

John W. Vinson

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.
 
T

Tom van Stiphout

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
 
Top