Filter by Form

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

I am trying to use the Form Filter. Except, instead of using these functions
from the Access menu, i want to put these commands underneath buttons. With
the command "DoCmd.RunCommand acCmdFilterByForm" (button) the Filter by Form
window comes up succesfully. In here, i want a button which applies the
filter and returns to normal form with the results.
I couldn't figure out how to put this button on that window.

All help is appreciated. Thanks.

Gazi
 
news.microsoft.com said:
I am trying to use the Form Filter. Except, instead of using these
functions from the Access menu, i want to put these commands
underneath buttons. With the command "DoCmd.RunCommand
acCmdFilterByForm" (button) the Filter by Form window comes up
succesfully. In here, i want a button which applies the filter and
returns to normal form with the results. I couldn't figure out how to put
this button on that window.

All help is appreciated. Thanks.

Gazi

Can't do it (AFAIK). Once you are in Filter-By-Form view none of your
buttons are available.
 
Back
Top