A
Anthony Dowd
Hi
Does anyone know how to make a command button invisible under a given
condition.
for example:
Private Sub Remove_Filter_Click()
If (FilterOn = True) Then
DoCmd.ShowAllRecords
Else
Remove_Filter.Visible = False '???????
End If
End Sub
Thanks
Anthony
Does anyone know how to make a command button invisible under a given
condition.
for example:
Private Sub Remove_Filter_Click()
If (FilterOn = True) Then
DoCmd.ShowAllRecords
Else
Remove_Filter.Visible = False '???????
End If
End Sub
Thanks
Anthony