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
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