You would receive more help, if your subject line was more detailed on what issue it is that your having. I.E.:
"Supress Printing of A Line..."
I'm assuming that you have created your report with the line it, using the toolbar to draw it. In code you can set the line's visibilty property according to what it is you want it to react to.
If IsNull (me.field) then
Me.Line1.Visible = False
End if
Hope this helps.
S.C. Albertin
Database Administrator/Newbie Tech
United Way
Help me to find my way, so that I may help others find theirs...