Is it possible to format only part of a concatenated string? I've got a couple of fields I'm putting together, so it looks like
Concatenate(Topic &" - "& Description)
I want to bold "Topic" and keep "Description" normal case. If it weren't a formula, I know I could do it with an HTML text box, but it appears that the HTML box won't allow me to use the formula. Am I correct that I'm constrained here?