"apply filter"-button in VBA?

killerwhale65

Registered User.
Local time
Today, 01:07
Joined
Jun 28, 2004
Messages
32
hi,

i would like to recreate the "apply filter" button on the toolbar in VBA. It should be able to:
* apply a filter when i am in "filter-by-form"-mode
* remove a filter when one is applied
* (optional: re-apply the last filter)

How would i do that?

I dont think docmd.applyfilter is what i need!

thanks!
 

Users who are viewing this thread

Back
Top Bottom