Filter by Form Command

D

dlw

I want to put a button on my form that will change it to
Filter by Form mode, just a shortcut so the users don't
have to pick it from the menus. Is there a command to do
this?
 
A

Allen Browne

Try:
RunCommand acCmdFilterByForm

Once in Filter By Form, command buttons don't work, so your users will have
to use the toolbar to get back out.
 
Top