conditional formatting - semi newbie

B

bikemrh

I have a concatinated text string from four columns pulled from a table. I
would like for only one part of part be bolded. Here is the current string in
a text box:
=[Road Name] & " " & [Condition] & " " & [Description] & " due to " & [Due to]
The first field [Road Name] needs to be bold and the rest of the string
normal text.
 
Top