Filter by selection

S

Stuart McCall

headly said:
How can I filter a form based on the users current selection? Thx

DoCmd.RunCommand acCmdFilterBySelection

This effectively clicks the "filter by selection" button on the form
toolbar.
 
Top