View Full Version : Make form-button that filters by selection?


geir_are
11-19-2001, 08:21 AM
I would really like to make my database independant from the menu's and I would like to know how to perform this task:

How can I make a button in the form itself, that filters by selection??

Travis
11-19-2001, 12:44 PM
Look at DoCmd.RunCommand

The acCmd's are the list of the menu commands.

This takes the place of the DoCmd.RunMenuItem that was originally part of Access