Report Group Visibility

  • Thread starter Thread starter Jason Rhymes
  • Start date Start date
J

Jason Rhymes

Trying to control a group visibility state in a report through a form and
it's not happening.
Any tips?

Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)

If [Forms]![JobList]![Show_Detail] = 0 Then
Me.Detail.Visible = True
Else
Me.Detail.Visible = False

End If
End Sub
 
Sorry, I posted in the wrong group. It is actually in a report were I'm
trying to do this. I've reposted in the reports ng.
Thanks
 
Back
Top