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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SunnyDayInside

  1. SunnyDayInside

    Trying to Open Report Based off of Text Search Criteria

    I've been trying to get this to work for a few days and have posted in different forums and no one has been able to help me. But this actually works! And I swear I tried this code once already...but this time it works. Thanks so much!
  2. SunnyDayInside

    Trying to Open Report Based off of Text Search Criteria

    Hi! I have a pop up form that allows two text string searches. The code is: Private Sub cmdSearch_Click() GCriteria = cboSearchField.Value & " LIKE '*" & txtSearchString & "*'" GcriteriaSec = cboSearchField1.Value & " LIKE '*" & txtSearchString1 & "*'" If Not (Len(cboSearchField) = 0 Or...

Part and Inventory Search

Back
Top