I keep getting error 3075 on this small code. What am I missing?
Dim strsearch As String
Dim strtext As String
strtext = Me.Text22.Value
strsearch = "SELECT * from tbl_Inventtab where ((Item# like ""*" & strtext & "*""))"
Me.RecordSource = strsearch