G
Guest
I have a Report I have a test for students to print with 19 possible lines.
Each Text Box prints on it's own line.
I have this example test code:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If IsNull(Me!AddressB) Then
Reports!rptHSchoolNoTest1.Section(acDetail).Visible = False
Else
Reports!rptHSchoolNoTest1.Section(acDetail).Visible = True
End If
End Sub
I have it on Format for the Detail Section. I tried using the can shrink
property and got the same results.
Thanks in advance!
Granny the Teacher
Each Text Box prints on it's own line.
I have this example test code:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If IsNull(Me!AddressB) Then
Reports!rptHSchoolNoTest1.Section(acDetail).Visible = False
Else
Reports!rptHSchoolNoTest1.Section(acDetail).Visible = True
End If
End Sub
I have it on Format for the Detail Section. I tried using the can shrink
property and got the same results.
Thanks in advance!
Granny the Teacher