Report Group Visibility

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
 
J

Jason Rhymes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top