Using Bold on a Report

  • Thread starter Thread starter Emmy
  • Start date Start date
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
 
Emmy,
Click on the Condition drop-down box and select Expression Is.
Then write
Right([FieldName],2)=".0"
in the text box.
 
Back
Top