Is it possible to enlarge or bold a selection of text within a text box on an access report.
I want my text to appear as: "Report Unit Type: Registration"
I can't find any function to do this. I am hoping for something similar to UCase()
I currently have:
Ordinarily i would just have 2 seperate text boxes, one for the header and the other for the detail but i want the text to be centred across the page
I want my text to appear as: "Report Unit Type: Registration"
I can't find any function to do this. I am hoping for something similar to UCase()
I currently have:
Code:
='Report Unit Type: ' & [FES_LONG_DESCRIPTION]
Comment