No. Formats such as font, italic, bolding, etc. are an all or nothing option
for textboxes, unless you are using a memo data type with a Rich Text ActiveX
control.
Two rich text controls worthy of mention include:
http://www.lebans.com/richtext.htm (Free) and
http://www.fmsinc.com/products/memo/index.html (Not free).
Please note that "Name" is a reserved word. You should avoid using reserved
words for anything that you assign a name to in Access:
Reserved Words in Microsoft Access
http://support.microsoft.com/?id=286335
List of reserved words in Jet 4.0
http://support.microsoft.com/?id=321266
Tom Wickerath
Microsoft Access MVP
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
Hi
I have a trim expression
Trim([Name] & ", " & [FirstName] & ", " & "born on the " & [BornDate] &
" in the city of " & [CityName])
Is it possible in this expression to apply bold format only for
[BornDate] ?
thanks