Command Button To Remove Macro Filter

  • Thread starter Thread starter ITAnnaJones
  • Start date Start date
I

ITAnnaJones

I am using Access 2003 and I have seven command buttons that each run
ApplyFilter for a specific User ID. I notice that the buttons are not
working right. I need a command button to remove all of the filters
applied to the form to get this to work, I believe. Any help is really
appreciated. Thanks.
 
The code you need for the CommandButton is:

DoCmd.RunCommand acCmdRemoveFilterSort
 

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

Back
Top