Formatting in a concatenated string

G

Guest

I have a database in which I have a contract as a report. For several
reasons this works better for me than merging data with MS Word. In some of
the fields I would like to format specific portions as italics or bold. How
can I do this? I have several numerical fields and date fields that I have
formatted without any problem.

Thanks for your assistance.
 
S

Stephen Lebans

You would have to use a Rich Text ActiveX control. At runtime to
programmatically add RTF encoding to plain text is not a simple task but
can be done. Far easier would be to bind the RTF control(s) to your
field(s) and manually markup the contents of these fields.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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