Filter by Form Command Button

E

Edgar Thoemmes

Hi

How do I add a Filter by Form Command Button to my form>

I use Access 97.

TIA

Edgar
 
A

Allen Browne

Just use:
RunCommand acCmdFilterByForm

Your next question will be, How do I make a command button that works in
Filter By Form to go back to Form View? You can't. No events work in Filter
By Form, so you have to use the Toolbar Button.
 
Top