Buongiorno
sto usando questo codice
Dim SQL As String ' First export. SQL = "SELECT * from TAB_Anagrafe" DoCmd.TransferText acExportDelim, , SQL, "C:\Temp\file1.txt", Truee ottengo sempre questo errore
Errore runtime 3011
Non trovo l'oggetto "SELECT * from TAB_Anagrafe"
Ma la tabelle è presente nel mio DB
Perchè ho questo errore ?
grazie
Emilio