Stupid, stupid question

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

Guest

I want to set the filter in the property sheet of a form. I want the user to
open a form up and have the filter automatically activate. I know I can set
the FilterOn property to true in VB; I want to know if there is some way to
do it without resorting to VB.

Nick
 
You can do it in the OpenForm action via macro or VBA. It's the WHERE
argument. It's explained in Help file. Post back if you have more questions
about it; and if you do, provide some details about what you're doing so
that we can suggest specific syntax.
 
The only stupid question is the one that isn't asked. You could say "newbie
question", or "beginner's question" if you must, but the best thing for the
subject line is a brief description of the problem. Save the disclaimers for
the body of the posting.
 

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