make bold partial text in a concatenated control (with RTF2 maybe?)

Joined
Nov 24, 2014
Messages
1
Reaction score
0
Hi there, I'm very new to VBA oin access and I need some help...

I have this textbox

Code:
="Today is " & [Date]
I want the date to be bold. Is there a native way to do that or have I to use the RTF2 ocx? I installed it but I really don't know how to use it...

Can anyone help me please? I'm using Access 2010

I tried to make this Private Function too but with no success :(

Code:
Private Function bold_date()

Date.FontBold = True

End Function

Thanks in advance
 
Back
Top