Concatenating fields: can I make one field bold

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

Guest

Hi All,

Is it possible to have a portion of a concatenated field appear in bold,
while the remainder is not?

Thanks.
 
Gina K said:
Hi All,

Is it possible to have a portion of a concatenated field appear in
bold, while the remainder is not?

Not really, unless you use a rich text box (not a native Access
control), and specify formatting info in the construction of the
calculated field.
 
If you are using Access 2007 and are able to turn on the Rich Text format
setting, yes. Concat "<B>" and "</B>" around the text you want bold. These
are the hidden hypertext tags for bold text.

Turning on Rich Text may be problematic. I have run into a few scenarios
where I was not able to do so.

Phil.
 

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