Format text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top