Filter by option group

R

Rpettis31

I have a form that I would like to filter by the status on the form. There
statuses on the combo box are open inprocess accounting and closed. I would
like to have an option box which the user would filter on the option
selected and then only those records would appear.
 
T

Tom van Stiphout

On Tue, 7 Oct 2008 20:01:01 -0700, Rpettis31

Filtering is done by setting the Form_Filter property to some Where
clause (e.g. Where StatusID=1), and then the FilterOn property to
True.
You would write your code in the <groupbox>_AfterUpdate event.

-Tom.
Microsoft Access MVP
 

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

Top