Underline Text

G

Guest

I need to underline text, not all text, only certain text in a memo field, i.e. a Formal Name. Is this possible to do?
 
S

Stephen Lebans

It's really not possible with the standard TextBox control. Mixed
formatting within a single control requires the use of a RIch Text(RTF)
ActiveX control. If the originating data is not RTF formatted then it
requires programming on your part to add the desired formatting prior to
display of the data.

Microsoft ships an RTF control with its Development platforms(VB, VC++
etc.). It does not work in Print Preview and does not work at all with
Office 2003.

FMS sells the most fully featured RTF control that works with Access
Forms and Reports for $299 US here:
http://www.fmsinc.com/products/memo/index.html

There is a free RTF control I wrote on my site here:
http://www.lebans.com/richtext.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


mccallu4 said:
I need to underline text, not all text, only certain text in a memo
field, i.e. a Formal Name. Is this possible to do?
 

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

Similar Threads


Top