This is what I'm using but it simply isn't working. In print preview mode, it is pulling the image on every record, regardless if Custom4 is null or not. In Report view, it doesn't show at all.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Nz([Custom4], 0) = 0 Then...