This search I'm creating is to find an address or a range of addresses based on a table of addresses. So, as you suggested, I tried writing code and got this far:
Dim strsearch As String
Dim strText As String
strText = Me.txtStreet.Value
strText1 = Me.txtMun.Value
strText2 =...