Hi,
I'm new to access and visual basic and have currently set up a database. I want the search button to return all the values containing the information I have entered. Such as *Karen*. Is there away to do this by putting in a value. I saw something with '%" but dont really know what Im doing with it. Sorry bit of a noob but still trying to learn.
I've used this code below for the search. If anyone can help me Id be grateful.
If Me.txtSupplierNumber > "" Then
varWhere = varWhere & "[SupplierNumber] like " & SupplierNumber & Me.txtSupplierNumber & SupplierNumber & " AND "
End If