Filter by Form

  • Thread starter Thread starter Lloyd
  • Start date Start date
L

Lloyd

Is there a way to open a form with a macro or VBA
in "Filter by Form" mode?

Thanks. Lloyd
 
Use the following code in your On Open event for the form.

DoCmd.RunCommand acCmdFilterByForm
 

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