scusatemi ma non riesco a capire cosa sbaglio...

il codice che iserisco è il seguente:

codice:
strSQL = "INSERT INTO Tabella (URL,email) VALUES (prova, provaemail)"
Dim dbLocal As Database
Dim snpNewReleases As Recordset
Set dbLocal = CurrentDb()
Set snpNewReleases = dbLocal.OpenRecordset(strSQL, dbOpenSnapshot)
aiutatemi vi prego