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!

Search results for query: *

  1. 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