G
Guest
I have the following function that I apply to a form for an applyfilter.
Function filterHistory()
DoCmd.ApplyFilter "filterHistory", "[tbl_Dividend]![Ex_Div_Date]>Date()"
End Function
How can I turn the filter off/on via a checkbox.
Bruce
Function filterHistory()
DoCmd.ApplyFilter "filterHistory", "[tbl_Dividend]![Ex_Div_Date]>Date()"
End Function
How can I turn the filter off/on via a checkbox.
Bruce