Filter by Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the form view, there is a shortcut button called Filter by Form at the
toolbar. How do I create the equivalent for a button on my form instead of
using that? I can't seem to find it using the button creation wizard. Thanks.
ck
 
Thanks, Van. I've created another button using the wizard to apply the
filter. The problem is that when I click on the Filter By Form button using
the code, all the buttons including the Apply Filter button are disabled
(greyed off). How do I prevent that? Thanks.
ck
 
The acCmdFilterByForm does exactly what the Menu does which includes
disabling CommandButtons. You can't prevent this.

I prefer to use my own search / filter Form.
 
Back
Top