Hello ...
Need help in applying a filter to a form. The info is sitting in a sub form (dataview) and I have a few various drop down boxes that I have with a few value lists in them and would now like to set up a filter after update action in them...
I am here at the moment with no idea:
Private Sub section_Change()
Dim Section As String
DoCmd.ApplyFilter , "section = [section]"
End Sub
Need help in applying a filter to a form. The info is sitting in a sub form (dataview) and I have a few various drop down boxes that I have with a few value lists in them and would now like to set up a filter after update action in them...
I am here at the moment with no idea:
Private Sub section_Change()
Dim Section As String
DoCmd.ApplyFilter , "section = [section]"
End Sub