Expression for Bold Text

D

DEI

This may not be possible, but...

Is there a way to write an expression into a control, in
the detail, to make the font bold on certain values?
Possibly using IIf and Is Like? I want certain data in
bold and others in regular, and would rather not use a
subreport.

Thank You..
 
M

Marshall Barton

DEI said:
This may not be possible, but...

Is there a way to write an expression into a control, in
the detail, to make the font bold on certain values?
Possibly using IIf and Is Like? I want certain data in
bold and others in regular, and would rather not use a
subreport.


Not using a single standard Access text box. I don't know
how it works, but the most common way to do that kind of
thing is to use an RTF ActiveX control. There are several
available on the web and Stephen Lebans has a free one at
www.lebans.com
 
Top