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 TouchToneTommy 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: jsdavis
  • Content: Threads
  • Order by date
  1. jsdavis

    Sorting results of a Search

    Hello, I have a question about getting results sorted. Here is my code: Private Sub cmdSearch_Click() If Len(cboSearchField) = 0 Or IsNull(cboSearchField) = True Then MsgBox "You must select a field to search." ElseIf Len(txtSearchString) = 0 Or...
  2. jsdavis

    Create a report based on one criteria in form field

    I have been looking up a ton of threads on this form trying to get exactly what I need but I still can't figure it out with what I've found. I'm sorry if this simple question has already been answered... I have a report called CDIBReport which is fed from a query called CDIBQuery which...
  3. jsdavis

    Repopulate form based on search combo box

    I have a combo box in a search form that I want to use to repopulate a form with. I pull up records that match a certain criteria into a combo box. I want to be able to click on a certain record listing from the combo box and have that record information populate a form. Here is the basic...
  4. jsdavis

    How do I send results of a search to a combo box, etc.

    I am trying to create a search form that searches based on a Field and Criteria selection and then sends the records that match the criteria to a combo or list box with only certain fields showing up (i.e. only first, last, middle, SS#). I would then like to be able to click on/select any of...

Part and Inventory Search

Back
Top