I found this posted on anther board...
Don't use borders. Instead, draw the boxes using the Line
method in the Print event. For example, add a line of
code for each text box:
Me.Line (text1.Left,0) - Step(text1.Width,Me.Height),,B
Which tells me there is a way to do it, just not one I've heard of or know how to do...anyone have familiarity with this particular bit of code (and has the time/patience to explain how its used to a novice with code ?)
Thanks again,
Mr Snid