G
Guest
I have a filter 'myProdString' called from my Filter function as below.
Function myFilter()
DoCmd.ApplyFilter "myFilter", myProdString
End Function
I have added a toggle button to my form which I want to apply the myFilter
function when its pressed and turn off the filter when its unpressed.
1) Which event on the toggle do I use to call myFilter?
2) What code and event do I need to turn it off?
Rgds,
Bruce
Function myFilter()
DoCmd.ApplyFilter "myFilter", myProdString
End Function
I have added a toggle button to my form which I want to apply the myFilter
function when its pressed and turn off the filter when its unpressed.
1) Which event on the toggle do I use to call myFilter?
2) What code and event do I need to turn it off?
Rgds,
Bruce