Bold part of the text field?

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

I design a contract report from a query. The report runs very well except
that I cannot bold part of the text field (eg I have the following in the
control source of an unbound text > "...with the contract value of " &
[ContractCost]. I want to bold the contract value...

How can I do this in Access 2003

SF
 
hi;
you need a 2 unbound textboxes.
add a new unbound textbox, control source of new textbox, [ContractCost].
And make a bold.

Özcan ELMALI
 
Hi,

I design a contract report from a query. The report runs very well except
that I cannot bold part of the text field (eg I have the following in the
control source of an unbound text > "...with the contract value of " &
[ContractCost]. I want to bold the contract value...

How can I do this in Access 2003

SF

This option is not available in Access 2003.
You will need to install a RichTextformat control available for free
at:
http://www.lebans.com/richtext.htm

or perhaps you can use the method in the MixBold report
http://www.lebans.com/mixbold-plain.htm
 
Back
Top