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
 
Back
Top