I looked back at a previous post on this very subject
http://www.microsoft.com/office/com...&p=1&tid=3a9b2e66-14ae-4be1-bd3f-d5c70d631fca
Where Duane answer this question. So I tried
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Me.Frame18.Height = Me.Rpt_Client_Report_Servicing_srpt.Height + 250
End Sub
For some reason thought I keep getting an error stating "can't set the
Height property in print preview or after printing has started" when i use
the Detail_Print Event.