I have a form where the Detail Visible is set to No.
I have a search button with the following code below.
The search seems to work, but the Detail section does not become visible.
Private Sub Command202_Click()
ApplyFilter = [Alternate ID] Like "*" & [Forms]![Assign/EMail/Print Report]![Text203] & "*"
Detail.Visible = True
End Sub
Thanks, Nancy
I have a search button with the following code below.
The search seems to work, but the Detail section does not become visible.
Private Sub Command202_Click()
ApplyFilter = [Alternate ID] Like "*" & [Forms]![Assign/EMail/Print Report]![Text203] & "*"
Detail.Visible = True
End Sub
Thanks, Nancy