
Signature
Duane Hookom
MS Access MVP
--
That did it Duane, now the only problem I,m having is that it's clipping off
the bottom part of the border, do I have the report page height set to high?
Thanks for the Help!

Signature
Dennis B
> Sorry I missed this but you need to add another comma
> Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight), , B
[quoted text clipped - 58 lines]
> >> >
> >> > End Function
Duane Hookom - 27 Jan 2006 18:33 GMT
I can replace the Me.ScaleHeight with another number of expression.

Signature
Duane Hookom
MS Access MVP
--
> That did it Duane, now the only problem I,m having is that it's clipping
> off
[quoted text clipped - 75 lines]
>> >> >
>> >> > End Function
Marshall Barton - 27 Jan 2006 20:53 GMT
>That did it Duane, now the only problem I,m having is that it's clipping off
>the bottom part of the border, do I have the report page height set to high?
Just subtract a small amount from the height in the line
method:
Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight - 30), , B

Signature
Marsh
MVP [MS Access]
Dennis - 27 Jan 2006 22:23 GMT
Marshall
That did it.
Thanks Much!

Signature
Dennis B
> >That did it Duane, now the only problem I,m having is that it's clipping off
> >the bottom part of the border, do I have the report page height set to high?
> Just subtract a small amount from the height in the line
> method:
>
> Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight - 30), , B