How to press a toolbar button from a form button?

K

KitenutDave

I want to activate the "query-by-form" toobar button from a button on my
form. How do I do this?
 
M

Marshall Barton

KitenutDave said:
I want to activate the "query-by-form" toobar button from a button on my
form. How do I do this?


I think you want to use DoCmd.RunCommand acCmdFilterByForm
but maybe you want acCmdFilterBySelection or . . .
 
Top