31/05/2020, 11:45 #1 Aktif Üye accessman Bul Aktif Üye Adı Soyadı: Konum: Denizli Ofis Versiyonu: Ofis 2003 Son Oturumu: 12/01/2021,20:07 Yorumları: 4.395 Konuları: 900 Kayıt Tarihi: 31/10/2008 Teşekkür Puanı: 434 Access Tablosunu Csv Dosyasına Göndermek Dim DATE1 As String Dim PATH As String DATE1 = Format(Date, "yyyymmdd") PATH = "location where the CSV file is stored\prefix name" & DATE1 & ".csv" DoCmd.TransferText acImportDelim, "Import Specification", "Table", PATH, TrueKodu SeçKodu Kopyala @benbendedeilem Cevapla Cevapla