S
Stephanie
Hi. I was warned about line wrapping and sure enough! My
report is landscape and I want the gray shading to go
across the entire page, so I used method 1:
Private Sub Detail_Format(Cancel As Integer, FormatCount
As Integer)
If Me.Section(0).BackColor = vbWhite Then
Me.Section(0).BackColor = 15724527
Else
Me.Section(0).BackColor = vbWhite
End If
End Sub
I tried to manipulate my fields on the form, but it does
seem that the gray shading is was is causing the line
wrap. Help stop line wrapping! Any suggestions for
fixing the report (I know nothing about coding in reports
so I appreciate the details). Thanks, Stephanie
report is landscape and I want the gray shading to go
across the entire page, so I used method 1:
Private Sub Detail_Format(Cancel As Integer, FormatCount
As Integer)
If Me.Section(0).BackColor = vbWhite Then
Me.Section(0).BackColor = 15724527
Else
Me.Section(0).BackColor = vbWhite
End If
End Sub
I tried to manipulate my fields on the form, but it does
seem that the gray shading is was is causing the line
wrap. Help stop line wrapping! Any suggestions for
fixing the report (I know nothing about coding in reports
so I appreciate the details). Thanks, Stephanie