Hi there, I'm very new to VBA oin access and I need some help...
I have this textbox
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
Thanks in advance
I have this textbox
Code:
="Today is " & [Date]
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