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!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.