View Single Post
  #2  
Old June 3rd, 2010, 07:43 PM posted to microsoft.public.access
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Only change font fomat in select words within a memo field

You've described "how" you are trying to solve some business need, but
nothing about what that underlying need is.

If you'll explain a bit about it, folks here may be able to offer alternate
approaches that still gets the job done...

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.

"garvic82" wrote in message
...
I would like to know if there is a way to change the font color only on
select words or areas within a memo field and save the changes? So, if I
want to either highlight or make some text red within a memo field how can
I
change the font format and keep it. This would only apply to the selected
text within the memo field and the rest would remain the same default
black
color.

Is this an event procedure in VB that can be done?