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?
it bold say:
If rs.Fields("SafetyRisk").Value = 1 Then
me.label.bold???
me.textbox.bold???
end if
Can you do this?