Ciao a Tutti,

Ho creato un piccolo database funziona tutto bene per il momento ma ho difficoltà a fare una query di ricerca

se uso il seguente metodo mi da errore


codice:
  
 Private Sub cercacli_Click()
Dim cerca As String
 

cerca = InputBox("NOME?")
Call connetti
Rs.Open "SELECT * FROM customer where nominativo LIKE = " & cerca & ""

Set DataGrid1.DataSource = Rs
  
End Sub
Mi dice operatore Mancante