How to make something Bold

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report and if an item meets certain conditions I would like to make
it bold say:
If rs.Fields("SafetyRisk").Value = 1 Then
me.label.bold???
me.textbox.bold???
end if

Can you do this?
 
FontWeight

Check Access VB Help on valid values to be used with FontWeight.
 

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

Back
Top