Hi! I am using the following code to search a form form a pop up form.
Private Sub cmdSearch_Click()
If Len(cboSearchField & vbNullString) > 0 Then
strCriteria = "[" & cboSearchField.Value & "] LIKE '*" & txtSearchString & "*' And "
End If
If Len(cboSearchField1 & vbNullString) > 0 Then...