Filter Buttons

Anthony Gauci

New member
Local time
Today, 23:00
Joined
Jul 20, 2005
Messages
8
Please help!!
I have a form with a "filter by form" button generated by a macro and it works fine. Now I need a button so that the user will not have to use the funnel button in the toolbar to apply the filter. When I tried to place an apply filter button in the form, both buttons become greyed out and the only way is to click the funnel in the toolbar. Any help!!

Tony
 
Maybe something like in the OnClick event of a cmdButton Have:
DoCmd.RunMacro "MacroName"
Sense the macro works fine, use the cmdButton to run the macro. Just my two cents. hth.
 

Users who are viewing this thread

Back
Top Bottom