Format Field in a Text String

  • Follow


When writing a text string, I would like to format chosen words or fields 
within that string as underlined or bold.  Such as:
  ="This is text with " & Ucase([OwnerLName],) & " as bold."
But instead of Upper case the owners name would be bold or underlined.


0
Reply Utf 7/22/2007 1:02:08 AM

Cannot be done in a normal textbox. You can do it with a rich-text textbox. 
ACCESS 2007 has a rich-text feature built in; earlier versions need a 
third-party control (see www.lebans.com for his richtext2 download as one 
example).

-- 

        Ken Snell
<MS ACCESS MVP>


"JC" <JC@discussions.microsoft.com> wrote in message 
news:ABAB6086-2AB5-40D7-A25D-88B5B04F4DE3@microsoft.com...
> When writing a text string, I would like to format chosen words or fields
> within that string as underlined or bold.  Such as:
>  ="This is text with " & Ucase([OwnerLName],) & " as bold."
> But instead of Upper case the owners name would be bold or underlined.
>
> 


0
Reply Ken 7/22/2007 3:06:46 AM

1 Replies
484 Views

(page loaded in 0.022 seconds)

Similiar Articles:
















7/28/2012 3:40:08 PM


Reply: