Italicize one word in a report label

D

Doug F.

In a report label eg "The first dog" I want to italicize the word 'first'.
Can this be done? Thanks.
 
J

Jeff Boyce

Doug

What's a "report label"? (I'm just not sure you and I are referring to the
same thing...)

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
S

Steve

Not in one label! You can however use three text boxes; put The in the
first, first in the second and dog in the third. Set the first and third
textboxes to standard font abd set the second textbox to italics.

Steve
(e-mail address removed)
 
G

Gina Whipp

Doug,

Not sure about the label part but have a look at...

Prior to Access 2007

Have a look at this by Stephan Lebans

http://www.lebans.com/mixbold-plain.htm

and/or

http://www.lebans.com/richtext.htm


Access 2007.

In Access 2007, set the Text Format property of the text box to:
Rich Text
You can then insert some HTML tags, e.g.
="That I/We, <b>" & [Assured] & "</b> of ..."

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

In a report label eg "The first dog" I want to italicize the word 'first'.
Can this be done? Thanks.
 

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

Top