how to change font inside textbox in access?

R

rixen

here is a sample of my code in a textbox in a report"

="That I/We, " & [assured] &

-how can I change [assured] into bold font or in other color when it will be
displayed as report.
 
Top