Filtering records with a combo box

S

SteveH

I have a form with some data on it. I would like to be able to click on a
combo box and filter records, ie go to the record selected. Any suggestions
would be appreciated.

Thanks
 
F

fredg

I have a form with some data on it. I would like to be able to click on a
combo box and filter records, ie go to the record selected. Any suggestions
would be appreciated.

Thanks

Add a combo box to the Form's Header using the Combo Box Wizard.
Select the 3rd option on the first page of questions, something like
"Find the record .. etc..".
Continue with the wizard. When done, select the value in the combo box
that you wish to see and the form will display that record.
This combo box should not be bound to any field in the table.
 
S

SteveH

That works perfectly. Thanks

fredg said:
Add a combo box to the Form's Header using the Combo Box Wizard.
Select the 3rd option on the first page of questions, something like
"Find the record .. etc..".
Continue with the wizard. When done, select the value in the combo box
that you wish to see and the form will display that record.
This combo box should not be bound to any field in the table.
 

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