Applying different formatting in the text box that has conditional

  • Thread starter Thread starter olesja
  • Start date Start date
O

olesja

Is it possible to apply different formatting styles in a textbox that has
reference to multiple fields and formulas? Thank you
 
olesja said:
Is it possible to apply different formatting styles in a textbox that has
reference to multiple fields and formulas?


It's probably doable in a report. What does "reference to
multiple fields and formulas" mean? What kind of different
formats?
 
Let's say I have the following expression in text box:

="We are enclosing a summary of " &
IIf([plan]=1,"Plan1",IIf([plan]=2,"Plan2")) & " Benefits as of " &
Format([stmt_date],"mmmm dd"", ""yyy") & ". Please review this data to
confirm that information is correct."

And, I only need to bold plan name and underline "review this data to
confirm".
I appreciate any ideas.
 
Back
Top