Access:make filter in VB

  • Thread starter Thread starter ANSWER
  • Start date Start date
A

ANSWER

Hi,

I want to make button who has on click event VB function "filter by
selection" and "remove filter by selection".

How can I do this
 
For "Filter By Selection":

DoCmd.RunCommand acCmdFilterBySelection

For "Remove Filter"

DoCmd.RunCommand acCmdRemoveFilterSort
 
Back
Top