Formating individual words in a label frame?

  • Thread starter Thread starter Guest
  • Start date Start date
Niniel said:
Can it be done, and if so, how?

No, standard Access Label and Text Box Controls do not support formatting of
anything less than the entire Control.

You can use a Rich Text (ActiveX) control. I think you'll find a free one
at MVP Stephen Lebans' site, http://www.lebans.com. There are others, but I
don't know of another good, free one.

Alternatively, you can use multiple Label Controls instead of a single one.

Larry Linson
Microsoft Access MVP
 
Thank you.

Splitting up the label/s would be too much of a pain, not to mention a
positioning nightmare, so I'll try the ActiveX control. Or maybe I can put a
separate frame over the words that need to be bold.
 

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