ciao
ho un sistema Vista + Access 2007 ;
in un form VBA di Access uso il seguente codice :
Dim SQL_Text As String
Dim Conta As Integer
SQL_Text = "Select count(Conta) from Tabella where chiave_Tabella = " & Me.campo_maschera
DoCmd.RunSQL (SQL_Text)
mi va in errore : 2342 - un'azione EseguiSql richiede un argomento costituito da un'istruzione SQL
cosa c'è di sbagliato ?
grazie , ciao