I feel as though this should be easy and I am missing something fundamental. I am using Access 2010.
I have a control whose control source looks something like:
The control is centered on the form with the text centered, hence the desire to format a piece of it.
I did change the Text format property to Rich Text.
Either I am missing something fundamental about Rich text or the control has to bound to work...
I tried for example (and the forward slash too):
Any insight would be greatly appreciated.
I have a control whose control source looks something like:
Code:
="Some Text " & CalculatedText()
The control is centered on the form with the text centered, hence the desire to format a piece of it.
I did change the Text format property to Rich Text.
Either I am missing something fundamental about Rich text or the control has to bound to work...
I tried for example (and the forward slash too):
Code:
="Some Text \b " & CalculatedText()
Any insight would be greatly appreciated.