I have a text box on a report, that is populated with a string based on certain criteria. The string is rather long (several sentences), and I would like some of the text that is displayed to be in bold font. <br><br>Does anyone know of a good way to do this?<br><br>I had anticipated I could use the format function, as in:<br><br>me.txtTextbox = "Some text. " & format("I want this to be bold.", "BoldFace"
& " The rest of my text that is not bold"<br><br>I do not want to have to use more than one text box to display my text, and the textbox must be populated via code.<br><br>Any help is greatly appreciated.<br><br>-Chopper