If Not IsNull(Me.InputID) Then
strWhere = strWhere & "([ID] like '*" & Me.Text18 & "*' ) AND "
End If
If Not IsNull(Me.InputSupplier) Then
strWhere = strWhere & "([Supplier] like '*" & Me.Text20 & "*' ) AND "
End If
If Not IsNull(Me.InputAddress) Then
strWhere = strWhere & "([Address] like '*" & Me.Text22 & "*' ) AND "
End If
If Not IsNull(Me.InputProduct) Then
strWhere = strWhere & "([Products] like '*" & Me.Text24 & "*' ) AND "
End If