I am using custom navigation buttons and want to simulate the "(Filtered)" label that normally appears next to the navigation buttons when a filter is applied and disappears when the filter is removed.
When a user clicks the "Apply Filter" or "Filter By Selection" button, I can use the "Apply Filter" event to display the label as "(Filtered)". However, when the user clicks the "Remove Filter" button, the same event occurs and I cannot tell whether the user is applying or removing the filter.
How can I detect when the user removes the filter so that I can set the visible property of the label to false?
Any ideas?
p.s. - Access version = 2000
Thanks.
When a user clicks the "Apply Filter" or "Filter By Selection" button, I can use the "Apply Filter" event to display the label as "(Filtered)". However, when the user clicks the "Remove Filter" button, the same event occurs and I cannot tell whether the user is applying or removing the filter.
How can I detect when the user removes the filter so that I can set the visible property of the label to false?
Any ideas?
p.s. - Access version = 2000
Thanks.