anniesolomon
Technical User
I'm still having a lot of trouble inserting SQL statements in VBA. Here's what I have:
Me.Filter = "[Word]='" & Me![SearchForThisWord] & "'"
The problem is I don't want the user to have to search for the Exact word. If I were building a query, I'd use *.* but I don't know how to get that into the beginning and end of my statement.
Me.Filter = "[Word]='" & Me![SearchForThisWord] & "'"
The problem is I don't want the user to have to search for the Exact word. If I were building a query, I'd use *.* but I don't know how to get that into the beginning and end of my statement.