Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cptben5
  • Content: Threads
  • Order by date
  1. cptben5

    Problem with finding a recordset using a text box

    This is probably something simple, however, it has me frustrated. I am trying to use a DoCmd.FindRecord to find records based on whatever the user types into the input textbox (txtFindNew) using the following code. Private Sub cmdFind_Click() Dim strTitle as String strTitle = txtFindNew...

Part and Inventory Search

Back
Top