Hi all.
I have a simple question: since my form blanks out if I run a filter and the filter removes all records, how do I prevent that from happening? Here is my code:
Thanks in advanced,
BFP
I have a simple question: since my form blanks out if I run a filter and the filter removes all records, how do I prevent that from happening? Here is my code:
Code:
Private Sub btnApplyFilters_Click()
DoCmd.ApplyFilter "Query by Parameter"
End Sub
Thanks in advanced,
BFP