codice:sql = "select nome,cognome,Tipo,codice" & _ " from utenti where DataChiusura = #" & format(Trim(Me.DataInizio),"mm/dd/yyyy") & "#"
codice:sql = "select nome,cognome,Tipo,codice" & _ " from utenti where DataChiusura = #" & format(Trim(Me.DataInizio),"mm/dd/yyyy") & "#"