C
Chris
Hello, I need to bold specific words in a field in an
Access report. The text is stored in an SQL database and
linked to Access. I can have the words marked in SQL
using html tags (<b>boldword</b>). What I would like to
do is use vb to convert these words (which are randomly
dispersed throught the records) in the report to display
as bold. The vb would need to find the tagged words,and
then bold only the tagged word(s) in the report.
I have played with Lebahn's example of bolding the last
name in a field, but can't seem to get it to work with
this scenario. Any thoughts? Client says this is a
showstopper.. :-( Many thanks in advance.
Access report. The text is stored in an SQL database and
linked to Access. I can have the words marked in SQL
using html tags (<b>boldword</b>). What I would like to
do is use vb to convert these words (which are randomly
dispersed throught the records) in the report to display
as bold. The vb would need to find the tagged words,and
then bold only the tagged word(s) in the report.
I have played with Lebahn's example of bolding the last
name in a field, but can't seem to get it to work with
this scenario. Any thoughts? Client says this is a
showstopper.. :-( Many thanks in advance.