How can i make my form searchable?

  • Thread starter Thread starter emerlita
  • Start date Start date
E

emerlita

I have a form and i want to be able to change what's in the combo box
to look for the entries on that selected item.
 
See:
Find as you type - Filter forms with each keystroke
at:
http://allenbrowne.com/AppFindAsUType.html

There's a sample database to download.
Copy the module and sample form into your database.
Copy the combo and text box from the sample form onto your form, and set one
property.

You can then use the combo to choose which field to look in, and the text
box to type the value you want to search for.

Although the code itself may look a little scary, it is dead simple to set
up, i.e. you do not have to change anything in the code, or write any code
at all.
 

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