How can I search a table with text input from a user on a form?

  • Thread starter Thread starter Guest
  • Start date Start date
There are several ways to do this. Post back with more detail on what you
are doing and we can help you with the correct way to do it.
 
How can I search a table with text input from a user on a form?

Use a query with a criterion like

=[Forms]![NameOfYourForm]![NameOfTheTextbox]

John W. Vinson[MVP]
 
I have only one table and I have created a form with a combo box that I was
able to populate using a column from the table, however, I can't figure out
how to use the selected item in the combo box to display relevent rows at the
click of a command button.

Chris
 

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