conditonal formatting

G

Guest

I have a concatenated string where I only want part of it to be bold. Here is
the string:
=[Road Name] & " " & [Condition] & " " & [Description] & " due to " & [Due to]

I am trying to get [Road Name] to be bold and haven't been able to
accomplish this. Each field is from a table. Road Name and Description are
fields a user needs to enter on a form. The other two are from a list box
that the user selects.

Please help.
 
K

Ken Snell \(MVP\)

This cannot be done unless you're using ACCESS 2007's rich text control, or
unless you're using a third-part rich-text control (e.g., see Stephen
Lebans' website www.lebans.com).
 
G

Guest

Thanks for the quick response. I didn't think it could be done. My company
hasn't upgraded to Access 2007 yet.

Ken Snell (MVP) said:
This cannot be done unless you're using ACCESS 2007's rich text control, or
unless you're using a third-part rich-text control (e.g., see Stephen
Lebans' website www.lebans.com).

--

Ken Snell
<MS ACCESS MVP>


bikemrh said:
I have a concatenated string where I only want part of it to be bold. Here
is
the string:
=[Road Name] & " " & [Condition] & " " & [Description] & " due to " & [Due
to]

I am trying to get [Road Name] to be bold and haven't been able to
accomplish this. Each field is from a table. Road Name and Description are
fields a user needs to enter on a form. The other two are from a list box
that the user selects.

Please help.
 
F

fredg

I have a concatenated string where I only want part of it to be bold. Here is
the string:
=[Road Name] & " " & [Condition] & " " & [Description] & " due to " & [Due to]

I am trying to get [Road Name] to be bold and haven't been able to
accomplish this. Each field is from a table. Road Name and Description are
fields a user needs to enter on a form. The other two are from a list box
that the user selects.

Please help.

Not doable within Access as shipped. You either need a RichTextFormat
control or ......
Check out the Lady.ZIP report at
http://www.lebans.com/mixbold-plain.htm
 

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

Top