U
Unnur U
Is it possible to count filtered records when filtering by
VBA.
I have following code:
Private Sub cmbFilter_Click()
Me.Filter = "ID > 7000"
Me.FilterOn = True
End Sub
I need to display number of visible records in a Message
Box after pushing the button.
How can this be done?
Thanks
Unnur.
VBA.
I have following code:
Private Sub cmbFilter_Click()
Me.Filter = "ID > 7000"
Me.FilterOn = True
End Sub
I need to display number of visible records in a Message
Box after pushing the button.
How can this be done?
Thanks
Unnur.