Using Bold on a Report

E

Emmy

I have a field on a report named QuestionNumber. If the
question number ends with .0 it needs to be bold. I tried
using the conditional formatting, but it won't accept *.0

Thanks!
Emmy
 
F

Fredg

Emmy,
Click on the Condition drop-down box and select Expression Is.
Then write
Right([FieldName],2)=".0"
in the text box.
 

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