How to press a toolbar button from a form button?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to activate the "query-by-form" toobar button from a button on my
form. How do I do this?
 
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 . . .
 
Back
Top