Format text

S

Sean

I have a multiple fields in one control as per example below, on an Access
2000 form, is it possible to format just one of the fields in bold, if so how?


=[Suburb] & " " & [Zip_Code] & "."

Many Thanks Sean
 
R

Rick Brandt

Sean said:
I have a multiple fields in one control as per example below, on an
Access 2000 form, is it possible to format just one of the fields in
bold, if so how?


=[Suburb] & " " & [Zip_Code] & "."

Many Thanks Sean

No. Not unless you use an ActiveX control that supports Rich Text. None of the
native Access controls can have mixed formats.
 
Top