Format part of a text control

D

Deb

Hello:

I have the following in a text object:

=[ProjectName] & " - " & [ProjectDescr]

and would like to have only the field [ProjectName] to print as bold on the
report output. Can some please tell me what I should type in this string to
make it appear as such?

Thanks...........
 
R

Rick B

Make them separate fields.

If you need them in one field, you will have to create a rich text field.
This is not a part of Access, but some super users came up with ways to do
it. If you are confortable with code and if it is really important to do it
in one field, then you can do a search for previous posts on the topic and
there should be links to one of the MVP sites with instructions.
 
T

TC

Or just put two fields on the report: one for the name, in bold, on the
top; one for the description, not in bold, left-aligned and beneath it.

HTH,
TC
 

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