Formatting text

H

Hanksor

Is it possible to make bold the word "Notes" in the following code?;
="Notes: "&[notes]
I've looked into the format() function but I'm not finding anything
regarding text formatting.
Any help will be appreciated.

Hanksor
 
A

Allen Browne

No. The text box in Access is not capable of displaying part of the text
formatted differently.

If it is really important to achieve this, you could use rich text. There is
one downloadable from:
www.lebans.com
 
H

Hanksor

Thanks for the info. I figured that might be the case.


Allen Browne said:
No. The text box in Access is not capable of displaying part of the text
formatted differently.

If it is really important to achieve this, you could use rich text. There is
one downloadable from:
www.lebans.com

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

Hanksor said:
Is it possible to make bold the word "Notes" in the following code?;
="Notes: "&[notes]
I've looked into the format() function but I'm not finding anything
regarding text formatting.
Any help will be appreciated.
 
Top