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 . . .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top