I searched and did not find an answer so maybe this is something newish.
I have a textbox on a printed report made from contatenating some fields and what I want to do within the textbox is to have just a portion of the text print bold if it matches a certain condition.
Can I have the Control Source be something like
=Text1 & Text2 & iif(Text3="something", BOLD(Text3), Text3) & Text4...
is there a code like that or just in my wishes?
I have a textbox on a printed report made from contatenating some fields and what I want to do within the textbox is to have just a portion of the text print bold if it matches a certain condition.
Can I have the Control Source be something like
=Text1 & Text2 & iif(Text3="something", BOLD(Text3), Text3) & Text4...
is there a code like that or just in my wishes?