Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
A cheap way to do it is to create a formula rich text field with the following definition:
"<b>" & ToText([number]) & "</b>"But you may need a more complicated formula if you need (1) to preserver commas and (2) are worried about having right justification in reports (string justify the the left).