Well, I answered my own question!!<br><br>I wrote some code, which is at the end of this post, and attached it to the "On Print" event of the detail section of the report. <br><br><br><font color=purple><br>Dim text1 As Control, text2 As Control, text3 As Control, text4 As Control, text5 As Control<br><br>Set text1 = Me!SUSSEPT<br>Set text2 = Me!SUSOCT<br>Set text3 = Me!SUSNOV<br>Set text4 = Me!SUSDEC<br>Set text5 = Me!SUSJAN<br><br>If (Val(text1.Text) <> 0) Then<br> text1.FontBold = True<br>Else<br> text1.FontBold = False<br>End If<br><br></font><br> <p>Tasmin Zimak<br><a href=mailto:tzimak@board.ugdsb.on.ca>tzimak@board.ugdsb.on.ca</a><br><a href= > </a><br>