How to Make a "Clear All Filters" button?

G

Guest

I would like to add a button to my form that would clear all filters that
have been applied to the form.

Is this possible?

Thanks!
Bryan
 
F

fredg

I would like to add a button to my form that would clear all filters that
have been applied to the form.

Is this possible?

Thanks!
Bryan

There is no need to 'clear' filters.
All you need do is turn the filter off.

Code a Command button cliock event:
Me.FilterOn = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top